Simple Calendar
Copyright © September, 2006 SuzShook
Script Summary:
The purpose of this script is to create a yearly calendar, three months across by four months down, using the Python calendar-related functions. Dialogs allow the user to select the year for the calendar, and the first day of the week - 0 makes Monday the first day of the calendar week, 1 makes Tuesday the first day of the calendar week, etc., with 6 making Sunday the first day of the calendar week, as shown in the sample image above.
The calendar created by the script is sent to the Script Output palette (SOP), which is cleared before the calendar is written. To print the calendar, copy it from the SOP to a Text Editor and print.
Installation Instructions:
Download the script - this script runs from any Restricted folder, including its own Quick Guide folder.
Change History:
- 00 - original version