aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence (follow)
Commit message (Collapse)AuthorAge
* Replace Guile's srfi-64:s test-error with working version.Hugo Hörnquist2022-03-07
| | | | Along with updating now failing tests.
* Add missing (ice-9 format) imports.Hugo Hörnquist2022-03-06
|
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Add clarifying comments.Hugo Hörnquist2021-12-06
|
* Improve error messages of rfc->datetime-weekdayHugo Hörnquist2021-08-21
|
* Repair BYDAY output for ical serialization.Hugo Hörnquist2021-08-21
| | | | | | 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.
* Fix bug where 'base' of event repeated through multiple VEVENT:s would be ↵Hugo Hörnquist2021-07-19
| | | | "lost".
* xcal parse now handles WKST in RRULE's.Hugo Hörnquist2021-01-14
|
* Add comments to some procedures.Hugo Hörnquist2021-01-14
|
* Generated xcal now has by*-rules correct.Hugo Hörnquist2020-11-29
|
* Allow recurrence from just Recurrence-ID.Hugo Hörnquist2020-09-06
|
* Add some type signatures.Hugo Hörnquist2020-09-06
|
* Fix spelling of intersperse.Hugo Hörnquist2020-08-28
|
* Move text numbers into sv-submodule, create en-module.Hugo Hörnquist2020-08-28
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* even more.Hugo Hörnquist2020-08-17
|
* Change internal fields to stat with a dash.Hugo Hörnquist2020-07-24
|
* Fix RRULE/UNTIL in xCal.Hugo Hörnquist2020-07-18
|
* Fix UNTIL parsinrg for RRULE:s.Hugo Hörnquist2020-07-07
|
* Merge (datetime util) into (datetime).Hugo Hörnquist2020-07-07
|
* Finished renamining attribute to property.Hugo Hörnquist2020-07-07
|
* Fix number of problems with new serializers.Hugo Hörnquist2020-06-25
|
* Add xcal output!Hugo Hörnquist2020-06-25
|
* Work on parser.Hugo Hörnquist2020-06-15
|
* Fix normalization in (datetime util).Hugo Hörnquist2020-06-13
|
* All recurrence test except SETPOS now pass.Hugo Hörnquist2020-06-13
|
* Which lead to some other bugs needing fixing.Hugo Hörnquist2020-06-13
|
* Fix unless-clauses in make-extenders.Hugo Hörnquist2020-06-13
|
* Move recurrence output test to tests/.Hugo Hörnquist2020-06-13
|
* Add missing space.Hugo Hörnquist2020-06-13
|
* Add 'a-form' to my ordinals.Hugo Hörnquist2020-06-13
|
* Resolve some TODO's.Hugo Hörnquist2020-06-12
|
* Break text procedures into modules.Hugo Hörnquist2020-06-01
|
* Move TODO's about BYSETPOS to GitHub issue.Hugo Hörnquist2020-05-24
| | | | https://github.com/HugoNikanor/calp/issues/6
* Simplify rrule writer.Hugo Hörnquist2020-05-23
|
* Cleanup in recurrence generate.Hugo Hörnquist2020-05-23
|
* Fix final-event-occurence.Hugo Hörnquist2020-05-22
|
* Move new recurrence generator to generate.scm.Hugo Hörnquist2020-05-19
|
* Remove old recurrence generator.Hugo Hörnquist2020-05-19
|
* Fix recurrence display for BYMONTHDAY in YEARLY.Hugo Hörnquist2020-05-19
|
* Recurrence rules now always parsed.Hugo Hörnquist2020-05-19
|
* Remove recurrence instances before our start date.Hugo Hörnquist2020-05-14
|
* Remove some duplicates in recurrence set generation.Hugo Hörnquist2020-05-14
|
* RRule Limiters works much better.Hugo Hörnquist2020-05-14
|
* Week day limiter working?Hugo Hörnquist2020-05-13
|
* Update run-test for recurrence sets.Hugo Hörnquist2020-05-13
|
* Commented up where the failing recurrence sets fail.Hugo Hörnquist2020-05-13
|
* Some more rr rules.Hugo Hörnquist2020-05-13
|
* RRULES with FREQ=MONTHLY and BYDAY now works in the extension case.Hugo Hörnquist2020-05-13
|
* Reword recurrence tests.Hugo Hörnquist2020-05-11
|