We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is an TZID property in some calendars that makes the parser go haywire. https://tools.ietf.org/html/rfc5545
BEGIN:VEVENT UID:qTJ-3n1sAUwFl SUMMARY:Luleå Hockey - Örebro Hockey 4 - 3 SO DESCRIPTION: LOCATION:Coop Norrbotten Arena DTSTART;TZID="+02:00":20170916T180000 DTEND;TZID=Europe/Stockholm:20170916T203000 URL:http://biljett.luleahockey.se/Home/tickets/273/False?style=shl GEO:65.597807;22.148331 END:VEVENT
{ UID: 'qTJ-3n1sAUwFl', SUMMARY: 'Luleå Hockey - Örebro Hockey 4 - 3 SO', DESCRIPTION: '', LOCATION: 'Coop Norrbotten Arena', 'DTSTART;TZID="+02': '00":20170916T180000', 'DTEND;TZID=Europe/Stockholm': '20170916T203000', URL: 'http://biljett.luleahockey.se/Home/tickets/273/False?style=shl', GEO: '65.597807;22.148331' }
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. Similar to #9, ical2json missed part of the ical specs. I'm looking to update the package.
Sorry, something went wrong.
This is still a problem...
I provide a soluion in pull request #53
@adrianlee44 can you review it and merge in main branch?
No branches or pull requests
There is an TZID property in some calendars that makes the parser go haywire.
https://tools.ietf.org/html/rfc5545
The text was updated successfully, but these errors were encountered: