mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
057c2cf875
commit
8b20597cd7
|
@ -270,6 +270,7 @@ def _icalendar_day(base_dir: str, nickname: str, domain: str,
|
||||||
"""Returns a day's events in icalendar format
|
"""Returns a day's events in icalendar format
|
||||||
"""
|
"""
|
||||||
ical_str = ''
|
ical_str = ''
|
||||||
|
print('icalendar: ' + str(day_events))
|
||||||
for event_post in day_events:
|
for event_post in day_events:
|
||||||
event_description = None
|
event_description = None
|
||||||
event_place = None
|
event_place = None
|
||||||
|
|
Loading…
Reference in New Issue