summaryrefslogtreecommitdiff
path: root/src/ical.c
AgeCommit message (Expand)Author
2023-04-11Update copyright ranges for 2023Lukas Fleischer
2023-04-11Fix segfault when importing iCal filesMarian Buschsieweke
2022-03-19Allow newlines in SUMMARY by replacing them with blanksLars Henriksen
2022-03-11Update copyright ranges for 2022Lukas Fleischer
2020-12-19Introduce macro DAYLars Henriksen
2020-12-19Fix parsing of UNTIL in iCal importLars Henriksen
2020-11-15Do not remove an empty note file after edit sessionLars Henriksen
2020-11-07Avoid double free on iCal import errorsLukas Fleischer
2020-11-07Make iCal event import independent of property orderingLars Henriksen
2020-10-07Replace 'ical_rpt_t' with 'struct rpt'Lars Henriksen
2020-08-26Extend icalendar exportLars Henriksen
2020-08-26Update use of note file for importLars Henriksen
2020-06-13Extend import of recurrence rulesLars Henriksen
2020-06-13Update import of basic recurrence rulesLars Henriksen
2020-06-13Support import of time zones (RFC 5545)Lars Henriksen
2020-05-03Take value data type of event start into account in iCal import/exportLars Henriksen
2020-04-28Recurrence rule extensionsLars Henriksen
2020-04-28Refactor function calls: recurrence parameters as a single argumentLars Henriksen
2020-04-28Extend use of note file for iCal importLars Henriksen
2020-04-28Accept empty DESCRIPTION in ical importLars Henriksen
2020-04-28Fix formatting of DTSTART for recurrent eventsJerem-K
2020-03-22Fix decoding of escaped characters in imported textLars Henriksen
2020-03-22Fix ical import loggingLars Henriksen
2020-03-22Improve ical import loggingLars Henriksen
2020-03-22Escape necessary characters in SUMMARY on exportKelvin Jackson
2020-01-30Update copyright rangesLukas Fleischer
2019-04-13Use ICALDATETIMEFMT for EXDATEHenrik Grimler
2018-11-24Fix priority parsing in iCal importsdott
2018-05-10ical: use the VALUE parameter in DTSTARTQuentin Hibon
2017-10-23Fix spelling of "frequency"Lars Henriksen
2017-02-08Do not read past NUL character in ical_get_value()Lukas Fleischer
2017-02-07Gracefully parse iCal parameters with colonsLukas Fleischer
2017-01-12Update copyright rangesLukas Fleischer
2016-02-11Support format strings when dumping imported itemsLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2016-01-18Support todo items with an undefined priorityLukas Fleischer
2016-01-18Use a separate field for the completed statusLukas Fleischer
2016-01-15Export item UIDs upon requestLukas Fleischer
2016-01-13ical: Handle items without an end date gracefullyLukas Fleischer
2016-01-13ical: Refactor item date/time parserLukas Fleischer
2016-01-13Reimplement ical_unformat_line() using dynamic stringsLukas Fleischer
2016-01-13ical: Export completed todo items properlyLukas Fleischer
2016-01-13ical: Honor completed status of todo itemsLukas Fleischer
2016-01-13Add --list-imported command line optionLukas Fleischer
2015-02-25ical.c: Small refactoringLukas Fleischer
2015-02-24Use time_t instead of long in several placesLukas Fleischer
2015-02-24ical.c: Reduce nesting depthLukas Fleischer
2015-02-24Introduce starts_with() and starts_with_ci()Lukas Fleischer
2015-02-23Add support for UTC times in iCal importsLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer