Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse error with public google calendars #57

Closed
cstotzer opened this issue Nov 6, 2014 · 3 comments
Closed

Parse error with public google calendars #57

cstotzer opened this issue Nov 6, 2014 · 3 comments
Assignees
Labels

Comments

@cstotzer
Copy link

cstotzer commented Nov 6, 2014

ics.py is unable to parse public google calendars, most likely due to an unexpected datetime format:

BEGIN:VEVENT
DTSTART:20141203T184500Z
DTEND:20141203T204500Z
DTSTAMP:20141106T083430Z

Sample calendar here.

@C4ptainCrunch C4ptainCrunch self-assigned this Nov 7, 2014
@C4ptainCrunch
Copy link
Member

Thanks for the issue :)
I'll check it as soon as possible !

@C4ptainCrunch
Copy link
Member

It seems to be because arrow (a dependency) has changed their API, i'm working on a workaround...

@C4ptainCrunch
Copy link
Member

Hotfix : after installing ics, execute pip install arrow==0.4.2 to downgrade to the latest compatible version of arrow.

A new version of ics.py with the right arrow version in the requirements will follow :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants