aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence (unfollow)
Commit message (Collapse)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
The old macro was fancy, but rather unweildly. The new version looks really similar when looking, but without as much magic.
2022-06-13Remove custom let*.Hugo Hörnquist
While it was nice, the most important part was the multi-valued let from srfi-71 (which is implemented in srfi-71)). The minor pattern matching structures could often be replaced with car+cdr, or a propper match.
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
The current rrule-instances requires an event, the new one works directly on recurrence rules (and dates) meaning that it can be used independently.
2022-06-10Add rrule-instances-rawHugo Hörnquist
The current rrule-instances requires an event, the new one works directly on recurrence rules (and dates) meaning that it can be used independently.
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
Along with updating now failing tests.
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
This is the first (major) step in splitting the generally useful items into its own library.
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
I have no idea why the byday case was commented out while implementing xcal output. Either way it's now fixed, and should hopefully stay fixed with some tests.
2021-07-19Fix bug where 'base' of event repeated through multiple VEVENT:s would be ↵Hugo Hörnquist
"lost".
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
https://github.com/HugoNikanor/calp/issues/6
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