mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
8b20597cd7
commit
d2901ece12
|
@ -426,6 +426,7 @@ def get_month_events_icalendar(base_dir: str, nickname: str, domain: str,
|
||||||
ical_str += 'END:VCALENDAR\n'
|
ical_str += 'END:VCALENDAR\n'
|
||||||
return ical_str
|
return ical_str
|
||||||
|
|
||||||
|
print('icalendar month: ' + str(events))
|
||||||
for day_of_month in range(1, 32):
|
for day_of_month in range(1, 32):
|
||||||
if not events.get(str(day_of_month)):
|
if not events.get(str(day_of_month)):
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue