aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/vcalendar.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcalendar.scm b/module/vcalendar.scm
index ab404a1a..12e2d9a5 100644
--- a/module/vcalendar.scm
+++ b/module/vcalendar.scm
@@ -116,7 +116,7 @@
(for-each (lambda (component)
(case (type component)
((VTIMEZONE)
- (let ((zones (children cal 'VTIMEZONE)))
+ (let ((zones (children accum 'VTIMEZONE)))
(unless (find (lambda (z)
(string=? (attr z "TZID")
(attr component "TZID")))