aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent (follow)
Commit message (Collapse)AuthorAge
* Move recurrence output test to tests/.Hugo Hörnquist2020-06-13
|
* Add missing space.Hugo Hörnquist2020-06-13
|
* Add 'a-form' to my ordinals.Hugo Hörnquist2020-06-13
|
* Resolve some TODO's.Hugo Hörnquist2020-06-12
|
* Filter out ALL X-HNH- fields from ics output.Hugo Hörnquist2020-06-05
|
* Break text procedures into modules.Hugo Hörnquist2020-06-01
|
* Move TODO's about BYSETPOS to GitHub issue.Hugo Hörnquist2020-05-24
| | | | https://github.com/HugoNikanor/calp/issues/6
* 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 change.Hugo Hörnquist2020-05-24
|
* Remove (vcomponent util).Hugo Hörnquist2020-05-23
|
* Remove deprecated read-tree.Hugo Hörnquist2020-05-23
|
* Remove (vcomponent load) module.Hugo Hörnquist2020-05-23
|
* Slight changes to define-config.Hugo Hörnquist2020-05-23
|
* Add tests for with-replaced-attrs.Hugo Hörnquist2020-05-23
|
* Remove (vcomponent output) module.Hugo Hörnquist2020-05-23
|
* Remove print-vcomponent.Hugo Hörnquist2020-05-23
|
* Whitespace cleanup.Hugo Hörnquist2020-05-23
|
* Simplify rrule writer.Hugo Hörnquist2020-05-23
|
* Cleanup in recurrence generate.Hugo Hörnquist2020-05-23
|
* Repair ical output for keys with multiple vlines.Hugo Hörnquist2020-05-22
|
* Fix final-event-occurence.Hugo Hörnquist2020-05-22
|
* Move new recurrence generator to generate.scm.Hugo Hörnquist2020-05-19
|
* Remove old recurrence generator.Hugo Hörnquist2020-05-19
|
* Fix recurrence display for BYMONTHDAY in YEARLY.Hugo Hörnquist2020-05-19
|
* date=, datetime=, time= any number of arguments.Hugo Hörnquist2020-05-19
|
* minor cleanup.Hugo Hörnquist2020-05-19
|
* Recurrence rules now always parsed.Hugo Hörnquist2020-05-19
|
* Remove recurrence instances before our start date.Hugo Hörnquist2020-05-14
|
* Remove some duplicates in recurrence set generation.Hugo Hörnquist2020-05-14
|
* RRule Limiters works much better.Hugo Hörnquist2020-05-14
|
* Week day limiter working?Hugo Hörnquist2020-05-13
|
* Update run-test for recurrence sets.Hugo Hörnquist2020-05-13
|
* Commented up where the failing recurrence sets fail.Hugo Hörnquist2020-05-13
|
* Some more rr rules.Hugo Hörnquist2020-05-13
|
* RRULES with FREQ=MONTHLY and BYDAY now works in the extension case.Hugo Hörnquist2020-05-13
|
* Reword recurrence tests.Hugo Hörnquist2020-05-11
|
* Add TODO about linewrapping.Hugo Hörnquist2020-05-10
|
* Add short commentary on difference between parse and parse/component.Hugo Hörnquist2020-05-09
|
* 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
|
* Set X-HNH-FILENAME outside parse-calendar.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
|
* Remove unused with-vline-tz.Hugo Hörnquist2020-05-08
|
* Change to only call get-datetime in parse.Hugo Hörnquist2020-05-05
|