Convert SWSCUST timetables to ICS Calendar files
- First, browse to your timetables website and under
MyTimetable
, select the Semester you want. - Make sure that
Type of Report
is set toList
and NOTGrid
. - Click
View Timetable
- Save the webpage as a
.html
file to the same folder as this repository. - From a terminal/command prompt run
./swscust2ics.py input.html output.ics
whereinput.html
is whatever you saved the timetable webpage as. - You can now import the
output.ics
file into whatever application you want.
You'll need to do each Semester separately.