WEBCALENDAR DOCUMENTATION:

IN THIS DOCUMENT:

Authenticating via our secure site

WebCalendar has been modified (05/11) to check for a valid session on our secure site (https://secure.phas.ubc.ca) before checking for a WebCalendar username/password session.
IF a user is in the dept. directory (ie. all faculty/staff/postdocs/adj-assoc/others, but not grads)
2013-03-15:  Changed to allow grad student access to WebCalendar (for room booking calendars)
AND they don't already have an entry in the WebCalendar database,
THEN one is created automatically for them (with a NULL password).
The upshot is that all dept. members now have WebCalendar available to them without needing to contact a sysadmin and remember another password.
NOTES:

The code is in a new file:

        /wwws/WebCalendar/includes/check_phas_session.php
In addition, includes/validate.php was modified slightly - to call the check_phas_session() function.
 diff -c validate.php.ORI validate.php > validate.txt 

Creating Groups based on BPS Committees

2013-02-26: This is not being used.

Site-wide groups have been set up based on the committees defined in Jeff's Brownie Point Database. The script to do this is called addgroups.php. We will have to run this every year - ** BUT FIRST ** we should run the delgroups.php script to delete the existing Groups first.

Uploading SIS Course Schedules

2013-02-26: This is not being used.

Events have been automatically added to instructors' calendars based on the SIS Course Schedules. The script to do this is called addcourses.php. These events all have Category="SIS Course Schedules", to help with deleting (backing out). Don't run this script more than once per session without deleting the existing SIS events first. The script to delete SIS course events is called delcourses.php.

Changes need to make reminders work

Local modifications to the code:

2013-02-26: Note from PHP4 -> PHP5 forced migration:

Details for these mods can be found in local (to this web page) .txt files that were created via:
diff -c xxx.php.ORI xxx.php > xxx.txt