Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support import of time zones (RFC 5545) | Lars Henriksen | 2020-06-13 | 1 | -2/+2 |
| | | | | | | | | | The property parameter time zone identifier (TZID) is recognized in DTSTART, DTEND and EXDATE and the DATE-TIME value converted to a local time. The time zone identifier is logged in the note file. Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> | ||||
* | Gracefully parse iCal parameters with colons | Lukas Fleischer | 2017-02-07 | 1 | -0/+12 |
According to RFC 5545, iCalendar content lines can have optional parameters, which can be quoted strings containing colons (":"). Make sure that such colons are not interpreted as delimiters marking the start of the value string. Also, add a test case that covers this corner case. Reported-by: HÃ¥kan Jerning <jerning@home.se> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> |