-
Notifications
You must be signed in to change notification settings - Fork 116
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
Does not handle weird Google calendar timestamp + TZ combos #50
Comments
@jayjanssen got a similar issue but then realized there are different kinds of events like VEVENT and VTIMEZONE that are returned by the lib. In my case, skipping VTIMEZONE events made the trick. |
+1 |
In case anyone is wondering, this fixes it, tidies things up, as well as stopping jsonhint complaining about the example code
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found that this module will not parse events that contain DTSTART or DTEND values that look like this:
DTSTART;TZID=America/Los_Angeles:20140505T183000
The events simply don't show up in the output.
The text was updated successfully, but these errors were encountered: