Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve ical import logging | Lars Henriksen | 2020-03-22 | 1 | -1/+1 |
| | | | | | | | | | The log file is not deleted if items were skipped (adresses Github issue #269). The log file includes the import file name and time. The import line numbers have been corrected (and tests amended). Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> | ||||
* | Fix priority parsing in iCal imports | dott | 2018-11-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> | ||||
* | Gracefully parse iCal parameters with colons | Lukas Fleischer | 2017-02-07 | 1 | -0/+28 |
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> |