Skip to content

TypeError when converting to csv #11

@ifuchs

Description

@ifuchs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions