diff --git a/timetabling/README.md b/timetabling/README.md index 605c1ab610fdb0ca7fbf3b959d029a6271d6571d..22f82fb0f2eac61e20475bf48e5892c9ad2f14dc 100644 --- a/timetabling/README.md +++ b/timetabling/README.md @@ -4,6 +4,7 @@ * `timetable-ics.py` -- convert the Timetabling team spreadsheets into ICS format. This is a rough and ready script and will probably need tweaks to your particular spreadsheet. * `get-practical-groups.py` -- find out which lab groups your students belong to on the web timetable. * `scrape-timetable.py` -- pull ICS files from the timetabling system for departments/modules/rooms. Needs some config. Use "rooms" as a command line argument to get rooms, else gets modules. +* `find-empty-hour.py` -- after scraping all rooms, you can use this to search for a free room on a given day/hour. To view the generated .ics files, you might like [ttcal][ttcal] (or just import into your favouring calendar app/website).