aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/datetime.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent/datetime.scm')
-rw-r--r--module/vcomponent/datetime.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/datetime.scm b/module/vcomponent/datetime.scm
index fabe3978..28d48361 100644
--- a/module/vcomponent/datetime.scm
+++ b/module/vcomponent/datetime.scm
@@ -109,7 +109,7 @@ Event must have the DTSTART and DTEND attribute set."
(define (final-spanned-time event)
(if (not ((@ (vcomponent recurrence) repeating?) event))
(or (attr event 'DTEND) (attr event 'DTSTART))
- (let ((final ((@ (vcomponent recurrence generate-alt) final-event-occurence)
+ (let ((final ((@ (vcomponent recurrence generate) final-event-occurence)
event)))
(if final
(aif (attr event 'DTEND)