[B.END] Fetch event description

This commit is contained in:
giuliof 2020-09-20 21:07:41 +02:00
parent 6c54a91e89
commit 6a9d44969d
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ def getEvents(baseDay, interval):
event_dict['ALLDAY'] = False
elif k[0] == 'LOCATION':
event_dict['LOCATION'] = k[1]
elif k[0] == 'DESCRIPTION':
event_dict['DESCRIPTION'] = k[1]
elif k[0] == 'RRULE':
options = parseOptions(k[1:])
repetition['single'] = False