aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence/internal.scm (follow)
Commit message (Collapse)AuthorAge
* 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.
* 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.
* 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
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* even more.Hugo Hörnquist2020-08-17
|
* Fix RRULE/UNTIL in xCal.Hugo Hörnquist2020-07-18
|
* 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
|
* Simplify rrule writer.Hugo Hörnquist2020-05-23
|
* Recurrence internal export! count.Hugo Hörnquist2020-04-25
|
* Remove define-quick-record macros.Hugo Hörnquist2020-04-22
|
* RRULE parser now converts weekdays to (datetime util) weekdays.Hugo Hörnquist2020-04-17
|
* Remove deprecated get-time.Hugo Hörnquist2020-03-23
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
|
* Once again compiles.Hugo Hörnquist2020-01-30
|
* Minor fixups.Hugo Hörnquist2019-12-30
|
* Rework vcomponent recurrence internals.Hugo Hörnquist2019-12-30
|
* Rename module vcalendar => vcomponent.Hugo Hörnquist2019-04-23