Skip to content

Support quoted timezones in iCal feeds #191

@stephenharris

Description

@stephenharris

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions