From 54bc4d547361a065f283720e6c0aee5fcb9268a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 24 Dec 2019 01:06:43 +0100 Subject: ICAL handling of events different from display handling. 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. --- module/vcomponent.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'module/vcomponent.scm') diff --git a/module/vcomponent.scm b/module/vcomponent.scm index f40756e2..32406f0a 100644 --- a/module/vcomponent.scm +++ b/module/vcomponent.scm @@ -3,7 +3,8 @@ :use-module (vcomponent parse) :use-module (vcomponent load) :use-module (util) - :re-export (make-vcomponent parse-cal-path - parse-calendar load-calendars)) + :re-export (make-vcomponent + parse-cal-path parse-calendar + load-calendars load-calendars*)) (re-export-modules (vcomponent base)) -- cgit v1.2.3