aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence (unfollow)
Commit message (Collapse)Author
2019-05-03Create module (vcomponent base).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