aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/parse (follow)
Commit message (Collapse)AuthorAge
* Start moving stuff out from output.Hugo Hörnquist2020-08-17
|
* Add TODO about trimming text.Hugo Hörnquist2020-08-11
|
* Can create events without descriptions again.Hugo Hörnquist2020-08-11
|
* Change internal fields to stat with a dash.Hugo Hörnquist2020-07-24
|
* s/TOOD/TODO/Hugo Hörnquist2020-07-20
|
* TODO about list parser.Hugo Hörnquist2020-07-08
|
* Rename parse component to parse ical.Hugo Hörnquist2020-07-07
|
* Resolve whitespace in binary.Hugo Hörnquist2020-07-07
|
* Remove some TODO:s.Hugo Hörnquist2020-07-07
|
* Finished renamining attribute to property.Hugo Hörnquist2020-07-07
|
* Fix type for components created from xcal.Hugo Hörnquist2020-06-29
|
* Add xcal parser.Hugo Hörnquist2020-06-29
|
* Add TODO's.Hugo Hörnquist2020-06-29
|
* Flip ics parser enum-parser default for allow.Hugo Hörnquist2020-06-29
|
* Add base64 utility functions.Hugo Hörnquist2020-06-29
|
* Fix GEO output.Hugo Hörnquist2020-06-25
|
* Add structure for importing events.Hugo Hörnquist2020-06-25
|
* Merge UTC-OFFSET and TIMESPEC into one.Hugo Hörnquist2020-06-25
|
* Multi-valued TEXT fields now always lists.Hugo Hörnquist2020-06-16
|
* 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