calendars

This commit is contained in:
XenGi 2026-07-14 19:37:21 +02:00
commit d4bad56947
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -96,7 +96,7 @@ def main():
if component.name != "VCALENDAR":
combined.add_component(component)
combined_file = output_dir / "all-calendars.ics"
combined_file = output_dir / "all.ics"
with open(combined_file, "wb") as f:
f.write(combined.to_ical())