aboutsummaryrefslogtreecommitdiff
path: root/module/output/ical.scm (follow)
Commit message (Collapse)AuthorAge
* Remove deprecated get-time.Hugo Hörnquist2020-03-23
|
* Got ical output workign with new date system.Hugo Hörnquist2020-02-21
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
|
* Start of new date structures.Hugo Hörnquist2020-01-24
|
* Handle X-HNH-ALTERNATIVES in ics output.Hugo Hörnquist2019-12-29
|
* ICAL handling of events different from display handling.Hugo Hörnquist2019-12-24
| | | | | | | | | Previously repeating events where always instantiated to a stream of all events to come (possibly infinite), and then zipped with the list of regular events to create a stream of all events in the world. This commit allows access to the raw lists of parsed regular and repeating events before they are extrapolated and merged.
* Fix ical outuput for with recurrence-id:s.Hugo Hörnquist2019-12-24
|
* Rework program initialization.Hugo Hörnquist2019-12-24
| | | | | | | | | | Old init setup had the fancy idea to parse all files before anything could be done with them. This however led to problems when a part of the program which didn't care for the calendar files (such as text formatting). It also made testing performance almost impossible since to much code was run before I had a chance to init statprof.
* Add key filtering in ical output.Hugo Hörnquist2019-12-23
|
* Work on ICS output.Hugo Hörnquist2019-11-11
|
* Work on ICS output.Hugo Hörnquist2019-11-11
|
* Minor changes to env and ical.Hugo Hörnquist2019-11-02
|
* Start work on ical output.Hugo Hörnquist2019-10-29