From 344069277e8d1ac2db32dac6c4984d5d8c752b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 19 Jul 2021 03:15:23 +0200 Subject: Fix bug where 'base' of event repeated through multiple VEVENT:s would be "lost". --- module/vcomponent/recurrence/generate.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'module/vcomponent/recurrence/generate.scm') diff --git a/module/vcomponent/recurrence/generate.scm b/module/vcomponent/recurrence/generate.scm index e304f2c1..3b0f7083 100644 --- a/module/vcomponent/recurrence/generate.scm +++ b/module/vcomponent/recurrence/generate.scm @@ -383,9 +383,6 @@ (rrule-instances base-event) stream-null)) - ;; NOTE Others have interpreted the standard to allow RECURRENCE-ID:s to - ;; create new instances. While I thought that you needed to specifie them - ;; through RDATE components. (define alternative-times (awhen (prop base-event '-X-HNH-ALTERNATIVES) (list (list->stream -- cgit v1.2.3