aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence/parse.scm (unfollow)
Commit message (Collapse)Author
2020-04-23Recurrence rule WKST properly parsed again.Hugo Hörnquist
2020-04-22Improve error reporting on recurrence parse.Hugo Hörnquist
2020-04-22Remove define-quick-record macros.Hugo Hörnquist
2020-04-17Improve some errors.Hugo Hörnquist
2020-04-17RRULE parser now converts weekdays to (datetime util) weekdays.Hugo Hörnquist
2020-04-06recurence BYMONTH now sets correct field.Hugo Hörnquist
2020-03-31Rename parse-date to parse-ics-date, add parse-iso-date.Hugo Hörnquist
2020-03-29Clarify error on bad RRULE's.Hugo Hörnquist
2020-02-18Freed datetime from its srfi-19 prison.Hugo Hörnquist
2020-02-14Repair recurrence rules.Hugo Hörnquist
2020-01-30Once again compiles.Hugo Hörnquist
2020-01-24Start of new date structures.Hugo Hörnquist
2019-12-30Rework vcomponent recurrence internals.Hugo Hörnquist
2019-04-26Further cleanup in recurrence parser.Hugo Hörnquist
2019-04-25Once again, rewrote quick-case.Hugo Hörnquist
2019-04-25Clean up util and move exceptions.Hugo Hörnquist
2019-04-24Rewrote quick-case macro. Keeps signature.Hugo Hörnquist
Quick-case is a horrible macro. Before it was both hard to see what it did, and how it did it. That still holds true, but at least the code for it is ever so slightly more readable.
2019-04-24Change RRULE-parsing to use let-lazy.Hugo Hörnquist
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