First public project! A small script used to generate an iCalendar .ICS file from McGill course CRNs.
- HTML Form
Go to http://froyomuffin.com/sch - wget
wget -O cal.ics "http://froyomuffin.com/cgi-bin/sch.cgi?CRN1+CRN2+...+CRNn"
- Shell
./sch.cgi CRN1 CRN2 ... CRNn
- There needs to be a date before the first day of term with an entire week worth of courses scheduled
- Misuse of sed somewhere