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())