merge-requests/30/head
Bob Mottram 2022-02-21 14:49:19 +00:00
parent 057c2cf875
commit 8b20597cd7
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ def _icalendar_day(base_dir: str, nickname: str, domain: str,
"""Returns a day's events in icalendar format
"""
ical_str = ''
print('icalendar: ' + str(day_events))
for event_post in day_events:
event_description = None
event_place = None