2026-01-30 06:05:52 +00:00
2026-01-23 01:39:54 +00:00
2026-01-29 20:51:14 +00:00
2026-01-29 20:51:14 +00:00
2026-01-20 02:55:38 +00:00
2026-01-30 05:57:55 +00:00
2026-01-30 05:54:16 +00:00
2026-01-23 01:39:54 +00:00
2026-01-30 05:48:49 +00:00
2026-01-30 06:05:52 +00:00
2026-01-20 14:14:50 +00:00
2026-01-20 02:57:33 +00:00
2026-01-29 20:48:48 +00:00

cov-to-ics

Migrate the coventry university student timetable to an ics file

Instructions

  1. run pip install -r requirements.txt

  2. if calender.ics exists already, rename it to old_calender.ics. This will allow the new calender file to update events from the old calender, and remove deleted events.

  3. log into the coventry university timetable website, go into inspect element, go to the network tab and copy the response from the first request (refresh if no requests are showing up)

copy response

  1. paste the response data into a file in the root of the repo called response.txt

paste response.txt

  1. run main.py, and you'll hopefully see calender.ics get created in the root folder of the repo :)

  2. Upload that ics file to any calender application, I imagine basically all of them allow you to upload an ics file (google calender and thunderbird do).

Description
Website that converts the Coventry university timetable into an ics file to be used with any calendar application.
https://timtabla.co.uk/
Readme AGPL-3.0 839 KiB
Languages
Python 71.9%
Jinja 14.1%
CSS 14%