-
Notifications
You must be signed in to change notification settings - Fork 12
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
Trouble Parsing Author XML #3
Comments
Similar issue with this feed: https://www.google.com/calendar/feeds/scsequtd48ntpojbloff8782ps%40group.calendar.google.com/public/basic
|
Is there any workaround for this? |
For a project with a Google Calendar feed, I used ElementTree and parsed the feed by hand. |
I moved on to Google calendar v3 API. Overkill for what I am doing but works anyway. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to get your library working on this xml feed: http://www.google.com/calendar/feeds/dallasmakerspace.org_6ipmavoef85vn59hlsbhgei4ok%40group.calendar.google.com/public/basic
Maybe this library should be using xpath to navigate through the xml instead?
The text was updated successfully, but these errors were encountered: