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

Support quoted timezones in iCal feeds #191

Closed
stephenharris opened this issue Jun 2, 2014 · 0 comments
Closed

Support quoted timezones in iCal feeds #191

stephenharris opened this issue Jun 2, 2014 · 0 comments
Milestone

Comments

@stephenharris
Copy link
Owner

The iCal specification seems to suggest that timezone identifiers (TZID) should not contain double quotes or colons (SAFE-CHAR).

However, this timezone popped up in an iCal feed:

 DTSTART;TZID="(GMT +01:00)":20140712T100000

This caused a problem because the parser simply splits the string at the first colon.

In so much as it doesn't alter existing behaviour for correctly formatted iCal feeds, Event Organiser should instead ignore any colons inside quotation marks.

@stephenharris stephenharris added this to the 2.8 milestone Jun 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant