From d4bad569473dd8f09d66181ec456a952f4dcf78c Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Tue, 14 Jul 2026 19:37:21 +0200 Subject: [PATCH] calendars --- hosts/www/caldav-export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/www/caldav-export.py b/hosts/www/caldav-export.py index 9fe4fa5..4ab0eaa 100644 --- a/hosts/www/caldav-export.py +++ b/hosts/www/caldav-export.py @@ -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())