aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/parse (follow)
Commit message (Collapse)AuthorAge
* Store unchanged datetimes in X-HNH-ORIGINAL property.Hugo Hörnquist2020-06-16
|
* Updated type signatures in component.Hugo Hörnquist2020-06-15
|
* Remove remnants of late RRULE parser.Hugo Hörnquist2020-06-15
|
* Change STATUS to enum type.Hugo Hörnquist2020-06-15
|
* Save soruce-prop object to vline.Hugo Hörnquist2020-06-15
|
* Minor error cleanup in component.Hugo Hörnquist2020-06-15
|
* Re-add timezone normalization for parsed datetimes.Hugo Hörnquist2020-06-15
|
* Fix multi-valued fields.Hugo Hörnquist2020-06-15
|
* Work on parser.Hugo Hörnquist2020-06-15
|
* Map all fields into types.Hugo Hörnquist2020-06-14
|
* Add parser for all remaining types.Hugo Hörnquist2020-06-13
|
* Add list of keys that may repeat.Hugo Hörnquist2020-06-13
|
* Filter out ALL X-HNH- fields from ics output.Hugo Hörnquist2020-06-05
|
* Add comment about allows multi-valued items in ics.Hugo Hörnquist2020-05-24
|
* Handle events with no DTEND.Hugo Hörnquist2020-05-24
|
* minor cleanup.Hugo Hörnquist2020-05-19
|
* Recurrence rules now always parsed.Hugo Hörnquist2020-05-19
|
* Add TODO about linewrapping.Hugo Hörnquist2020-05-10
|
* Remove old parser, rename new parser to component.Hugo Hörnquist2020-05-09
|
* Minor cleanup.Hugo Hörnquist2020-05-09
|
* New parser now on feature parity with old.Hugo Hörnquist2020-05-09
|
* Un-escape escaped characters. Slow?Hugo Hörnquist2020-05-09
|
* New parser now works with old code.Hugo Hörnquist2020-05-09
| | | | | | A DTEND filed is added as before. One of the EXDATE fields is saves as a list, the remaining are however thrown away.
* Work on new parser, almost works.Hugo Hörnquist2020-05-09
|
* Add draft of new parser.Hugo Hörnquist2020-05-09
|
* Move vcalendar parse code into own file.Hugo Hörnquist2020-05-09