There is an ical feed available at:
https://timetable.soton.ac.uk/Feed/Get !
What follows below is here for posterity, as the ical feed should service all your needs.
(or if you want some code which generates a valid iCal file)
Regardless, this is now no longer supported because it is no longer needed.
This is a python script that converts a University of Southampton new (as of 2015/16) calendar to an icalendar standard format (.ics)
this icalendar format can then be used to import into many calendars such as Google Calendar.
-
Download Python 2 or 3 if you haven't already.
-
Create a virtual environment to install the dependencies with
pyvenv venv
orvirtualenv venv
. Activate withsource venv/bin/activate
. (Optional) -
Install
python-lxml
or runpip install -r requirements.txt
. -
Run the script and follow the steps
python timetable_converter.py
.