Skip to content
Snippets Groups Projects
Commit 5615be3f authored by Hague Matthew UXAC009's avatar Hague Matthew UXAC009
Browse files

bug(timetable): don't add Bedford room to year ics

parent 877e5554
Branches
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ for ttfile in timetable_files:
for year in get_years(name):
cals[year].events.add(event)
if "bedford" in location.lower():
event = event.clone()
if "04-06" in location:
event.name = f"ALL {name}"
elif "04" in location:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment