Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.09 KB

UoG Calendar

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

Requirements

  • Python 3+
# install all required dependancies
$ pip install -r requirements.txt

Resources

Google Calendar API - https://developers.google.com/calendar/api

Potential Future Plans

  • create a database to store calendar events and auto update google calendar when new events are found