aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence (follow)
Commit message (Collapse)AuthorAge
* Normalize keyword syntax.Hugo Hörnquist2022-06-23
|
* Centralize (almost) all exports to :export in define-module.Hugo Hörnquist2022-06-23
|
* Remove all inline use-modules.Hugo Hörnquist2022-06-23
|
* Minor cleanup in recurrence generate.Hugo Hörnquist2022-06-23
|
* Rewrote extenders or limiter generations.Hugo Hörnquist2022-06-23
| | | | | The old macro was fancy, but rather unweildly. The new version looks really similar when looking, but without as much magic.
* Remove custom let*.Hugo Hörnquist2022-06-13
| | | | | | 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.
* Rewrote rrule-instances to handle RDATE and EXDATE correctly.Hugo Hörnquist2022-06-11
|
* Move if in recurrence generate to better place.Hugo Hörnquist2022-06-10
|
* Add rrule-instances-rawHugo Hörnquist2022-06-10
| | | | | | The current rrule-instances requires an event, the new one works directly on recurrence rules (and dates) meaning that it can be used independently.
* Add rrule-instances-rawHugo Hörnquist2022-06-10
| | | | | | The current rrule-instances requires an event, the new one works directly on recurrence rules (and dates) meaning that it can be used independently.
* Merge branch 'translation'Hugo Hörnquist2022-04-07
|\
| * Fix modularization of recurrence display.Hugo Hörnquist2022-02-22
| |
* | Set some default values for recur rules.Hugo Hörnquist2022-04-05
| |
* | Normalize errors.Hugo Hörnquist2022-03-28
| |
* | 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
|