aboutsummaryrefslogtreecommitdiff
path: root/module/output/ical.scm (follow)
Commit message (Collapse)AuthorAge
* Add missing equal signs for parameters in ical output.Hugo Hörnquist2020-07-24
|
* Change internal fields to stat with a dash.Hugo Hörnquist2020-07-24
|
* Stuff about (output vdir).Hugo Hörnquist2020-07-24
|
* Properties now return alist instead of hashmap.Hugo Hörnquist2020-07-17
|
* Repair ics output.Hugo Hörnquist2020-07-08
|
* Remove some TODO: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
|
* Rename attributes => properties, properties => parameters.Hugo Hörnquist2020-07-07
|
* Fix number of problems with new serializers.Hugo Hörnquist2020-06-25
|
* Fix GEO output.Hugo Hörnquist2020-06-25
|
* Move stuff from output/ical to output/common./Hugo Hörnquist2020-06-25
|
* ICS writer now handles types and parameters.Hugo Hörnquist2020-06-25
|
* Filter out ALL X-HNH- fields from ics output.Hugo Hörnquist2020-06-05
|
* Remove incorrect output of DURATION.Hugo Hörnquist2020-06-05
|
* Minor cleanup.Hugo Hörnquist2020-05-23
|
* Made *prodid* global.Hugo Hörnquist2020-05-23
|
* Remove (vcomponent output) module.Hugo Hörnquist2020-05-23
|
* Minor coment cleanup.Hugo Hörnquist2020-05-22
|
* Repair ical output for keys with multiple vlines.Hugo Hörnquist2020-05-22
|
* Recurrence rules now always parsed.Hugo Hörnquist2020-05-19
|
* Add ability to download ics in entirety.Hugo Hörnquist2020-05-04
|
* Replace direct output to current-error-port with warnings.Hugo Hörnquist2020-05-04
|
* Change call signature for [gs]etf.Hugo Hörnquist2020-04-30
|
* Update ical parts to use app context.Hugo Hörnquist2020-04-30
|
* Filter to only relevant timezones in ics output.Hugo Hörnquist2020-04-27
|
* Ical output more modular.Hugo Hörnquist2020-04-26
|
* ICAL output work.Hugo Hörnquist2020-04-26
|
* ICAL Change to new tz source.Hugo Hörnquist2020-04-22
|
* Filter X-HNH-FILENAME from ical output.Hugo Hörnquist2020-04-22
|
* ICAL output support for number of new types.Hugo Hörnquist2020-04-22
|
* 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