mirror of https://gitlab.com/bashrc2/epicyon
debug
parent
afba6a4364
commit
3ce5cc963f
|
@ -392,6 +392,7 @@ def get_todays_events_icalendar(base_dir: str, nickname: str, domain: str,
|
||||||
'BEGIN:VCALENDAR\n' + \
|
'BEGIN:VCALENDAR\n' + \
|
||||||
'PRODID:-//Fediverse//NONSGML Epicyon//EN\n' + \
|
'PRODID:-//Fediverse//NONSGML Epicyon//EN\n' + \
|
||||||
'VERSION:2.0\n'
|
'VERSION:2.0\n'
|
||||||
|
print('icalendar daily: ' + str(events))
|
||||||
if not events:
|
if not events:
|
||||||
ical_str += 'END:VCALENDAR\n'
|
ical_str += 'END:VCALENDAR\n'
|
||||||
return ical_str
|
return ical_str
|
||||||
|
|
Loading…
Reference in New Issue