summaryrefslogtreecommitdiff
path: root/rem.lua
Commit message (Collapse)AuthorAgeFilesLines
* rem, common: recognize multi-valued linesPhilipp Gesang2018-09-081-1/+2
| | | | | | For muliple values we simply concatenate the input with newlines. None of the properties we implement so far need special considerations in this regard.
* rem: format date as iso 8601 timestampsPhilipp Gesang2018-09-081-6/+23
|
* rem: distinguish between dates with day and minute granularityPhilipp Gesang2018-09-081-10/+19
|
* rem: encode durations longer than a day as repetitionsPhilipp Gesang2018-09-081-41/+21
|
* rem: do not emit zero-length durationPhilipp Gesang2018-09-081-1/+8
|
* rem: extract summary (subject) from eventsPhilipp Gesang2018-09-081-4/+9
|
* rem, common: handle string sanitizationPhilipp Gesang2018-09-081-20/+29
|
* rem: implement basic event → reminder formatterPhilipp Gesang2018-07-051-0/+344