FrontPage unfortunately doesn't come with a utility to make calendars easily. There are programs, javascripts and the like that make great calendars.
One alternative is to do it using tables. You have to plan carefully to make sure you have allowed enough tables for everything. For instance:
You need 7 columns and 8 rows (1 for Month, 1 for Day, 6 for weeks and the sixth one is for rare months where 6 rows are needed like this past March)
I use the top row for the month and links to previous/next months. Then I used the second row to label days of the week. Then I used the other 6 rows for weeks. I put another table in each cell with 2 rows in it. The top row for the date# and the bottom row for information. Of course the top row was a lot smaller. Make a template and be sure not to change it so you can always start with that (save it as something else then change it).
You could also make your calendar by making a picture file of it (gif). Then use hot spots for links.
-Volkoff007