aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent (follow)
Commit message (Expand)AuthorAge
* 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
* 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
* Tests run again.Hugo Hörnquist2020-05-04
* Replace direct output to current-error-port with warnings.Hugo Hörnquist2020-05-04
* All warning procedures now uses warning system.Hugo Hörnquist2020-05-04
* Update vcomponent to load into the app object.Hugo Hörnquist2020-04-30
* Empty days now work.Hugo Hörnquist2020-04-28
* Move events-between to datetime/vcomponent.Hugo Hörnquist2020-04-27
* Filter to only relevant timezones in ics output.Hugo Hörnquist2020-04-27
* Add final-event-occurence procedure.Hugo Hörnquist2020-04-27
* Add export as ics button.Hugo Hörnquist2020-04-26
* DTEND now optional for recurrence sets.Hugo Hörnquist2020-04-26
* Add some comments.Hugo Hörnquist2020-04-26
* Renormalize some dt's to local time, solving owerflow.Hugo Hörnquist2020-04-25
* Add new recurrence generator.Hugo Hörnquist2020-04-25
* Add comments in vcomponent/parse.Hugo Hörnquist2020-04-25
* Recurrence internal export! count.Hugo Hörnquist2020-04-25
* Recurrence rule WKST properly parsed again.Hugo Hörnquist2020-04-23
* Improve error reporting on recurrence parse.Hugo Hörnquist2020-04-22
* Add zoneinfo->vtimezone.Hugo Hörnquist2020-04-22
* Allow multiple ATETENDEE keys.Hugo Hörnquist2020-04-22
* Remove define-quick-record macros.Hugo Hörnquist2020-04-22
* Improve some errors.Hugo Hörnquist2020-04-17
* RRULE parser now converts weekdays to (datetime util) weekdays.Hugo Hörnquist2020-04-17