** As the user clicks on an instrument picture, he or she is directed to the login system. **
From the CalendarScript documentation:
quote:
5. Displaying calendars other than the defaultThis application is built to support multiple separate calendars, all from the same program. When the calendar.pl program is loaded, it displays the default calendar, which can be selected in the Admin interface. If you wish to display a different calendar, however, you must provide the calendar ID in the URL. For example, to load a calendar with ID "vacations" you would load:
/cgi-bin/calendar.pl?calendar=vacations
This is just an example. Your calendar will have its own ID to replace 'vacations' in the example above, and the path to calendar.pl might be different on your server.
If you want to force users to have to log-in before viewing the calendar, set the administration sections' Calendar Settings' "Require Login" option to "YES".
JFYI
Dan O.
[This message has been edited by DanO (edited November 07, 2005).]