mirror of https://gitlab.com/bashrc2/epicyon
Get start time of event
parent
93105821a0
commit
da7d9b4ea4
2
inbox.py
2
inbox.py
|
@ -1375,7 +1375,7 @@ def inboxUpdateCalendar(baseDir: str,handle: str,postJsonObject: {}) -> None:
|
||||||
for tagDict in postJsonObject['object']['tag']:
|
for tagDict in postJsonObject['object']['tag']:
|
||||||
if tagDict['type']!='Event':
|
if tagDict['type']!='Event':
|
||||||
continue
|
continue
|
||||||
if not tagDict['type'].get('startTime'):
|
if not tagDict.get('startTime'):
|
||||||
continue
|
continue
|
||||||
# get the year and month from the event
|
# get the year and month from the event
|
||||||
eventTime= \
|
eventTime= \
|
||||||
|
|
Loading…
Reference in New Issue