[B.END] Location extraction from iCal

This commit is contained in:
giuliof 2018-11-22 23:40:21 +01:00
parent 2344ee148a
commit 9670c3abc5
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ def getEvents(baseDay, interval):
event_dict['DATETIME'] = dt.datetime.strptime(options['RAW'],'%Y%m%dT%H%M%S')
event_dict['ALLDAY'] = False
#print("StartDate: %s" % event_dict['DATETIME'])
elif k[0] == 'LOCATION':
event_dict['LOCATION'] = k[1]
elif k[0] == 'RRULE':
continue