aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence (unfollow)
Commit message (Expand)Author
2020-08-17even more.Hugo Hörnquist
2020-07-24Change internal fields to stat with a dash.Hugo Hörnquist
2020-07-18Fix RRULE/UNTIL in xCal.Hugo Hörnquist
2020-07-07Fix UNTIL parsinrg for RRULE:s.Hugo Hörnquist
2020-07-07Merge (datetime util) into (datetime).Hugo Hörnquist
2020-07-07Finished renamining attribute to property.Hugo Hörnquist
2020-06-25Fix number of problems with new serializers.Hugo Hörnquist
2020-06-25Add xcal output!Hugo Hörnquist
2020-06-15Work on parser.Hugo Hörnquist
2020-06-13Fix normalization in (datetime util).Hugo Hörnquist
2020-06-13All recurrence test except SETPOS now pass.Hugo Hörnquist
2020-06-13Which lead to some other bugs needing fixing.Hugo Hörnquist
2020-06-13Fix unless-clauses in make-extenders.Hugo Hörnquist
2020-06-13Move recurrence output test to tests/.Hugo Hörnquist
2020-06-13Add missing space.Hugo Hörnquist
2020-06-13Add 'a-form' to my ordinals.Hugo Hörnquist
2020-06-12Resolve some TODO's.Hugo Hörnquist
2020-06-01Break text procedures into modules.Hugo Hörnquist
2020-05-24Move TODO's about BYSETPOS to GitHub issue.Hugo Hörnquist
2020-05-23Simplify rrule writer.Hugo Hörnquist
2020-05-23Cleanup in recurrence generate.Hugo Hörnquist
2020-05-22Fix final-event-occurence.Hugo Hörnquist
2020-05-19Move new recurrence generator to generate.scm.Hugo Hörnquist
2020-05-19Remove old recurrence generator.Hugo Hörnquist
2020-05-19Fix recurrence display for BYMONTHDAY in YEARLY.Hugo Hörnquist
2020-05-19Recurrence rules now always parsed.Hugo Hörnquist
2020-05-14Remove recurrence instances before our start date.Hugo Hörnquist
2020-05-14Remove some duplicates in recurrence set generation.Hugo Hörnquist
2020-05-14RRule Limiters works much better.Hugo Hörnquist
2020-05-13Week day limiter working?Hugo Hörnquist
2020-05-13Update run-test for recurrence sets.Hugo Hörnquist
2020-05-13Commented up where the failing recurrence sets fail.Hugo Hörnquist
2020-05-13Some more rr rules.Hugo Hörnquist
2020-05-13RRULES with FREQ=MONTHLY and BYDAY now works in the extension case.Hugo Hörnquist
2020-05-11Reword recurrence tests.Hugo Hörnquist
2020-05-09New parser now on feature parity with old.Hugo Hörnquist
2020-05-04Tests run again.Hugo Hörnquist
2020-05-04Replace direct output to current-error-port with warnings.Hugo Hörnquist
2020-05-04All warning procedures now uses warning system.Hugo Hörnquist
2020-04-27Add final-event-occurence procedure.Hugo Hörnquist
2020-04-26DTEND now optional for recurrence sets.Hugo Hörnquist
2020-04-25Add new recurrence generator.Hugo Hörnquist
2020-04-25Recurrence internal export! count.Hugo Hörnquist
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-06Added pretty formatter for RRULE:s.Hugo Hörnquist
2020-04-06recurence BYMONTH now sets correct field.Hugo Hörnquist