calendars
This commit is contained in:
parent
fca0b4b434
commit
d4bad56947
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in a new issue