aboutsummaryrefslogtreecommitdiff
path: root/module/vcalendar/recurrence (unfollow)
Commit message (Collapse)Author
2019-04-23Rename module vcalendar => vcomponent.Hugo Hörnquist
2019-04-20Add timezone handling.timezoneHugo Hörnquist
This is a way to large commit. But I see no feasable way to break it down into multiple smaller commits. The main "secret" to solving timezones for recurring events was to remember to recalculate timezones whenever a new instance of the object was generated. This current implementation seems really slow (> 1s). Further testing is needed.
2019-04-20Update parse-recurrence-rule to use new catch-multiple.Hugo Hörnquist
2019-04-20Remove remaining export's.Hugo Hörnquist
2019-04-20Change parse-datetime back to single return.Hugo Hörnquist
2019-04-13Add earlier work on timezones.Hugo Hörnquist
Add earlier work on timezones, with a few inline modifications. This is really to big of a commit. But we are so far from a stable release that it should be fine. The current version seems to eager, and recalculates to many times. This will soon be fixed in a future version.
2019-04-10Add {format,print}-recur-rule.Hugo Hörnquist
2019-04-10Fix BYDAY parse constraint.Hugo Hörnquist
2019-04-10Minor cleanups.Hugo Hörnquist
2019-04-03Whitespace fix.Hugo Hörnquist
2019-04-03Move examples from recurrence internal to tests.Hugo Hörnquist
2019-04-01Add parser for BYDAY RRULE's.Hugo Hörnquist
2019-03-22Minor cleanup.Hugo Hörnquist
2019-03-22Fix recur-event-stream.Hugo Hörnquist
2019-03-22Move C and Scheme code into subdirs.Hugo Hörnquist