I exported my ical calendar and then tried to use ical2csv and got the following error:
Traceback (most recent call last):
File "ical2csv.py", line 90, in
sortedevents=sorted(events, key=lambda obj: obj.start) # Needed to sort events. They are not fully chronological in a Google Calendard export ...
TypeError: can't compare datetime.datetime to datetime.date