aboutsummaryrefslogtreecommitdiff
path: root/module/vcalendar/recurrence/parse.scm (unfollow)
Commit message (Collapse)Author
2019-04-23Rename module vcalendar => vcomponent.Hugo Hörnquist
2019-04-20Update parse-recurrence-rule to use new catch-multiple.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-10Fix BYDAY parse constraint.Hugo Hörnquist
2019-04-10Minor cleanups.Hugo Hörnquist
2019-04-03Whitespace fix.Hugo Hörnquist
2019-04-01Add parser for BYDAY RRULE's.Hugo Hörnquist
2019-03-22Move C and Scheme code into subdirs.Hugo Hörnquist
2019-03-22Rename build-recur-rules to parse-recurrence-rule.Hugo Hörnquist
2019-03-22Fix imports for (vcalendar recurrence parse).Hugo Hörnquist
2019-03-21Fixed recurrence code.Hugo Hörnquist