aboutsummaryrefslogtreecommitdiffstats
path: root/src/ical.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce macro DAYLars Henriksen2020-12-191-2/+2
* Fix parsing of UNTIL in iCal importLars Henriksen2020-12-191-3/+10
* Do not remove an empty note file after edit sessionLars Henriksen2020-11-151-1/+3
* Avoid double free on iCal import errorsLukas Fleischer2020-11-071-2/+13
* Make iCal event import independent of property orderingLars Henriksen2020-11-071-122/+135
* Replace 'ical_rpt_t' with 'struct rpt'Lars Henriksen2020-10-071-113/+71
* Extend icalendar exportLars Henriksen2020-08-261-82/+219
* Update use of note file for importLars Henriksen2020-08-261-62/+8
* Extend import of recurrence rulesLars Henriksen2020-06-131-23/+190
* Update import of basic recurrence rulesLars Henriksen2020-06-131-122/+187
* Support import of time zones (RFC 5545)Lars Henriksen2020-06-131-33/+85
* Take value data type of event start into account in iCal import/exportLars Henriksen2020-05-031-73/+159
* Recurrence rule extensionsLars Henriksen2020-04-281-0/+9
* Refactor function calls: recurrence parameters as a single argumentLars Henriksen2020-04-281-20/+26
* Extend use of note file for iCal importLars Henriksen2020-04-281-61/+280
* Accept empty DESCRIPTION in ical importLars Henriksen2020-04-281-5/+0
* Fix formatting of DTSTART for recurrent eventsJerem-K2020-04-281-1/+1
* Fix decoding of escaped characters in imported textLars Henriksen2020-03-221-11/+20
* Fix ical import loggingLars Henriksen2020-03-221-29/+59
* Improve ical import loggingLars Henriksen2020-03-221-15/+22
* Escape necessary characters in SUMMARY on exportKelvin Jackson2020-03-221-5/+26
* Update copyright rangesLukas Fleischer2020-01-301-1/+1
* Use ICALDATETIMEFMT for EXDATEHenrik Grimler2019-04-131-2/+2
* Fix priority parsing in iCal importsdott2018-11-241-1/+1
* ical: use the VALUE parameter in DTSTARTQuentin Hibon2018-05-101-1/+1
* Fix spelling of "frequency"Lars Henriksen2017-10-231-2/+2
* Do not read past NUL character in ical_get_value()Lukas Fleischer2017-02-081-2/+2
* Gracefully parse iCal parameters with colonsLukas Fleischer2017-02-071-12/+24
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Support format strings when dumping imported itemsLukas Fleischer2016-02-111-47/+36
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* Support todo items with an undefined priorityLukas Fleischer2016-01-181-9/+4
* Use a separate field for the completed statusLukas Fleischer2016-01-181-11/+7
* Export item UIDs upon requestLukas Fleischer2016-01-151-16/+51
* ical: Handle items without an end date gracefullyLukas Fleischer2016-01-131-16/+17
* ical: Refactor item date/time parserLukas Fleischer2016-01-131-10/+8
* Reimplement ical_unformat_line() using dynamic stringsLukas Fleischer2016-01-131-22/+10
* ical: Export completed todo items properlyLukas Fleischer2016-01-131-3/+6
* ical: Honor completed status of todo itemsLukas Fleischer2016-01-131-0/+5
* Add --list-imported command line optionLukas Fleischer2016-01-131-20/+54
* ical.c: Small refactoringLukas Fleischer2015-02-251-15/+10
* Use time_t instead of long in several placesLukas Fleischer2015-02-241-18/+12
* ical.c: Reduce nesting depthLukas Fleischer2015-02-241-318/+257
* Introduce starts_with() and starts_with_ci()Lukas Fleischer2015-02-241-84/+31
* Add support for UTC times in iCal importsLukas Fleischer2015-02-231-8/+13
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Correctly parse all types of iCal durationsLukas Fleischer2014-08-181-5/+14
* Gracefully handle all day events in iCal importsLukas Fleischer2014-08-181-11/+24
* Handle CRLF line endings in iCal filesLukas Fleischer2014-08-181-4/+12
* ical.c: Parse multiple exception rules properlyLukas Fleischer2014-07-281-1/+1