Not affiliated with the University of Guelph
Web scraper to gets events from the University of Guelph's Schedule of Dates page and add them to a user's google calendar.
The calendar includes only the events from the standard 12 week undergraduate tables meaning the 6 week summer session events and all D.V.M. semester events are not included
Click here to add the events to your own calendar.
You can also download the most recent .ics file from the calendars directory
- Python 3+
# install all required dependancies
$ pip install -r requirements.txtGoogle Calendar API - https://developers.google.com/calendar/api
- create a database to store calendar events and auto update google calendar when new events are found