To create and configure your calendar system, follow these steps:
- Load the calendar's configuration form administrative interface.
To access the form as an "administrator":
- ASP: call the file "calendar_config_form.asp" with a
specific URL, which varies depending on where your files are located
on your webserver. By default, the URL to access the config
form as an "administrator" (not a "webmaster") should look similar to:
http://www.yourdomain.com/scripts/calendar/calendar_config_form.asp?administrate
- Perl: call the file "calendar_config_form.pl" with a
specific URL, which varies depending on how you may have already
configured your system. By default, the URL to access the config
form as an "administrator" (not a "webmaster") should look similar to:
http://www.yourdomain.com/cgi-bin/calendar/calendar_config_form.pl?administrate
- PHP: call the file "calendar_config_form.php" with
a specific URL, which varies depending on how you may have already
configured your system. By default, the URL to access the config
form as an "administrator" (not a "webmaster") should look similar to:
http://www.yourdomain.com/scripts/calendar/calendar_config_form.php?administrate
This should bring up a login screen where the "administrator" can log in:
 |
- Log in using the default username of "administrator" and default password of "password".
- Click the "Administrative Settings" button in the left column.
- Supply the FULL SYSTEM PATH to the location where you would like the
config files saved to each of the calendars.
- ASP: the files "calendar_config.asp" and "calendar_master_text.txt"
need to be located in this directory.
- Perl: the files "calendar_config.pl" and "calendar_master_text.txt"
need to be located in this directory.
- PHP: the files "calendar_config.php" and "calendar_master_text.php"
need to be located in this directory.
This value SHOULD NOT be a URL! It should be the operating
system path from the root node of your file system.
- Click the "Update the Administrative Settings!" button.
If everything saved properly, you are now ready to create your first
calendar! Below are the steps for creating and configuring new calendars:
- Click the "Create New Calendar" button on the left.
- Enter the full name of your new calendar.
Example: "My First Calendar"
- Enter the abbreviated name. NO SPACES! Use only alphanumeric characters!
Example: "mfc"
- Click the "Create My New Calendar" button.
- Click the link indicated to configure your new calendar.
- Click the "Update A Calendar" button
- Click the "Edit Configuration" button next to "My New Calendar" on the screen's right-hand side.
Most of the fields will be completed with default values, but
there are some that need to be configured.
- Click the "Webmaster Options" button.
- Edit the value for "Webmaster Email"
- Edit the values for the "Webmaster Login" and "Webmaster Password".
These are the values your assigned "webmaster" can use to later log
into this config form and edit this particular calendar.
Your "webmaster" will also use this login and password to edit events
on the calendar.
- Click the "Save Calendar Configuration" button. You should see the following screen again:
- Click the link indicated to configure your new calendar.
- Click the "Data Options" button.
- Edit the value for "Datafile Directory". This must be the
FULL OPERATING SYSTEM PATH (NOT A URL!!!!!) to the directory where
you would like the datafiles (calendar entries) saved for this calendar.
- Click the "Save Calendar Configuration" button.
If everything saved properly, you are now ready to access your calendar!
To access your calendar, type in a URL similar to the following (or you can
click on the link displayed after successfully saving your changes) :
http://www.yourdomain.com/scripts/calendar/calendar.asp?dept=mfc
http://www.yourdomain.com/cgi-bin/calendar/calendar.pl?dept=mfc
http://www.yourdomain.com/scripts/php/calendar/calendar.php?dept=mfc
where "mfc" is the "abbreviated name" you entered when initially
creating your calendar.
Note that you probably will not see images on your calendar. Now is the
time to go back and configure your calendar fully, setting everything
up (fonts, colors, images, icons, etc) just the way you want it. :)
|