aboutsummaryrefslogtreecommitdiff
path: root/module/vcalendar/recurrence (follow)
Commit message (Collapse)AuthorAge
* Rename module vcalendar => vcomponent.Hugo Hörnquist2019-04-23
|
* Add timezone handling.timezoneHugo Hörnquist2019-04-20
| | | | | | | | | | | | 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.
* Update parse-recurrence-rule to use new catch-multiple.Hugo Hörnquist2019-04-20
|
* Remove remaining export's.Hugo Hörnquist2019-04-20
|
* Change parse-datetime back to single return.Hugo Hörnquist2019-04-20
|
* Add earlier work on timezones.Hugo Hörnquist2019-04-13
| | | | | | | | | 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.
* Add {format,print}-recur-rule.Hugo Hörnquist2019-04-10
|
* Fix BYDAY parse constraint.Hugo Hörnquist2019-04-10
|
* Minor cleanups.Hugo Hörnquist2019-04-10
|
* Whitespace fix.Hugo Hörnquist2019-04-03
|
* Move examples from recurrence internal to tests.Hugo Hörnquist2019-04-03
|
* Add parser for BYDAY RRULE's.Hugo Hörnquist2019-04-01
|
* Minor cleanup.Hugo Hörnquist2019-03-22
|
* Fix recur-event-stream.Hugo Hörnquist2019-03-22
|
* Move C and Scheme code into subdirs.Hugo Hörnquist2019-03-22