aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence (unfollow)
Commit message (Expand)Author
2022-06-23Normalize keyword syntax.Hugo Hörnquist
2022-06-23Centralize (almost) all exports to :export in define-module.Hugo Hörnquist
2022-06-23Remove all inline use-modules.Hugo Hörnquist
2022-06-23Minor cleanup in recurrence generate.Hugo Hörnquist
2022-06-23Rewrote extenders or limiter generations.Hugo Hörnquist
2022-06-13Remove custom let*.Hugo Hörnquist
2022-06-11Rewrote rrule-instances to handle RDATE and EXDATE correctly.Hugo Hörnquist
2022-06-10Move if in recurrence generate to better place.Hugo Hörnquist
2022-06-10Add rrule-instances-rawHugo Hörnquist
2022-06-10Add rrule-instances-rawHugo Hörnquist
2022-04-05Set some default values for recur rules.Hugo Hörnquist
2022-03-28Normalize errors.Hugo Hörnquist
2022-03-07Replace Guile's srfi-64:s test-error with working version.Hugo Hörnquist
2022-03-06Add missing (ice-9 format) imports.Hugo Hörnquist
2022-02-22Fix modularization of recurrence display.Hugo Hörnquist
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
2021-12-06Add clarifying comments.Hugo Hörnquist
2021-08-21Improve error messages of rfc->datetime-weekdayHugo Hörnquist
2021-08-21Repair BYDAY output for ical serialization.Hugo Hörnquist
2021-07-19Fix bug where 'base' of event repeated through multiple VEVENT:s would be "lo...Hugo Hörnquist
2021-01-14xcal parse now handles WKST in RRULE's.Hugo Hörnquist
2021-01-14Add comments to some procedures.Hugo Hörnquist
2020-11-29Generated xcal now has by*-rules correct.Hugo Hörnquist
2020-09-06Allow recurrence from just Recurrence-ID.Hugo Hörnquist
2020-09-06Add some type signatures.Hugo Hörnquist
2020-08-28Fix spelling of intersperse.Hugo Hörnquist
2020-08-28Move text numbers into sv-submodule, create en-module.Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
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