aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent (follow)
Commit message (Collapse)AuthorAge
* Update vcomponent to load into the app object.Hugo Hörnquist2020-04-30
|
* Empty days now work.Hugo Hörnquist2020-04-28
|
* Move events-between to datetime/vcomponent.Hugo Hörnquist2020-04-27
|
* Filter to only relevant timezones in ics output.Hugo Hörnquist2020-04-27
|
* Add final-event-occurence procedure.Hugo Hörnquist2020-04-27
|
* Add export as ics button.Hugo Hörnquist2020-04-26
|
* DTEND now optional for recurrence sets.Hugo Hörnquist2020-04-26
|
* Add some comments.Hugo Hörnquist2020-04-26
|
* Renormalize some dt's to local time, solving owerflow.Hugo Hörnquist2020-04-25
| | | | | Previously, if a DTEND = 01:00+02:00, but was given in UTC (23:00Z) then the fact that DTEND was in different dates lead to some problems.
* Add new recurrence generator.Hugo Hörnquist2020-04-25
|
* Add comments in vcomponent/parse.Hugo Hörnquist2020-04-25
|
* Recurrence internal export! count.Hugo Hörnquist2020-04-25
|
* Recurrence rule WKST properly parsed again.Hugo Hörnquist2020-04-23
|
* Improve error reporting on recurrence parse.Hugo Hörnquist2020-04-22
|
* Add zoneinfo->vtimezone.Hugo Hörnquist2020-04-22
|
* Allow multiple ATETENDEE keys.Hugo Hörnquist2020-04-22
|
* Remove define-quick-record macros.Hugo Hörnquist2020-04-22
|
* Improve some errors.Hugo Hörnquist2020-04-17
|
* RRULE parser now converts weekdays to (datetime util) weekdays.Hugo Hörnquist2020-04-17
|
* Add some TODO's.Hugo Hörnquist2020-04-10
|
* Parse EXDATES, basic handling of repeated keys.Hugo Hörnquist2020-04-07
|
* Add location to blocks, rrules and last-modified to text in html.Hugo Hörnquist2020-04-07
|
* Added pretty formatter for RRULE:s.Hugo Hörnquist2020-04-06
|
* recurence BYMONTH now sets correct field.Hugo Hörnquist2020-04-06
|
* Minor changes.Hugo Hörnquist2020-04-05
|
* Remove ensure? for configs, built in instead.Hugo Hörnquist2020-04-02
|
* Update remaining code to use new config scheme.Hugo Hörnquist2020-04-01
|
* Attempt at decentralized configuration system.Hugo Hörnquist2020-03-31
| | | | | | | | | | | | | | | Placing all possible configuration items in a central (parameters) module scales really badly. This idea that any module can register configuration parameters is better. The current implementation however has the drawback that it requires that the module exposing the parameter is loaded before the value can be sat, but that scales even worse. A probable solution would be to abandon binding everything to guile's module system, and instead let (util config) provide a `conf-ref' and a `conf-set!' procedures. A `define-configuration' similar to emacs `defcustom' could be of use, mainly for retroactively type checking parameters.
* Rename parse-date to parse-ics-date, add parse-iso-date.Hugo Hörnquist2020-03-31
|
* Clarify error on bad RRULE's.Hugo Hörnquist2020-03-29
|
* Move some datetime procedures to propper modules.Hugo Hörnquist2020-03-24
|
* Change date{,time}-difference to hopefully sensible types.Hugo Hörnquist2020-03-24
|
* Actually use X-WR-CALNAME.Hugo Hörnquist2020-03-23
|
* Minor cleanup.Hugo Hörnquist2020-03-23
|
* Remove deprecated get-time.Hugo Hörnquist2020-03-23
|
* Date difference once again returns dates.Hugo Hörnquist2020-03-22
|
* event-length/clapmed works marginally better.Hugo Hörnquist2020-03-22
|
* Fix invalid format in vcomponent output.Hugo Hörnquist2020-03-21
|
* Minor cleanup.Hugo Hörnquist2020-03-21
|
* Start work on better wide html renderer.Hugo Hörnquist2020-03-20
|
* Handle non-utf summaries.Hugo Hörnquist2020-03-18
|
* Sprinkled in some time prints.Hugo Hörnquist2020-03-09
|
* Warn on empty-line during parse.Hugo Hörnquist2020-03-02
|
* Made escaped non-escapable characters non-fatal in parser.Hugo Hörnquist2020-03-01
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
|
* Documentation.Hugo Hörnquist2020-02-18
|
* Store TZ in sensible way when parsing datetimes.Hugo Hörnquist2020-02-18
|
* Export utc? for time objects.Hugo Hörnquist2020-02-14
|
* Reenabled generation of repeating events.Hugo Hörnquist2020-02-14
|
* Repair recurrence rules.Hugo Hörnquist2020-02-14
|