| calendar.php | => | Main program. |
| calendar_addeditdelete.php | => |
Used to add, edit, move, and delete events to/from the calendar. |
| calendar_common_routines.php | => | Contains functions shared by at least two of the .php files. |
| * calendar_config_common.php | => |
Common routines I wrote that I share with config forms in some of my other programs. |
| * calendar_config_form.php | => |
Displays the HTML form to "Administrators" and "Webmasters" to configure their calendar
through an HTML interface. |
| calendar_day.php | => | Used to display a day's events. |
| * calendar_stats.php | => | Computes and displays the statistical information for each calendar. |
| * calendar_update_config.php | => |
Takes the information from the config form and updates the main
calendar_config.pm file and/or the configuration files for any of the specified calendars. |
| calendar_config.php | => |
Contains the configuration information which is set by the "Administrators" and applies to every calendar. |
| calendar_util.php | => | Contains misc date functions specific to the calendar's operations. |