aboutsummaryrefslogtreecommitdiff
path: root/module/output/ical.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/output/ical.scm')
-rw-r--r--module/output/ical.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/output/ical.scm b/module/output/ical.scm
index 2edde8c1..d3f26d02 100644
--- a/module/output/ical.scm
+++ b/module/output/ical.scm
@@ -207,7 +207,8 @@ CALSCALE:GREGORIAN\r
(let ((tz-names (get-tz-names events)))
(for-each component->ical-string
- ;; TODO we realy should send the earliest event from each timezone here.
+ ;; TODO we realy should send the earliest event from each timezone here,
+ ;; instead of just the first.
(map (lambda (name) (zoneinfo->vtimezone (getf 'zoneinfo) name (car events)))
tz-names)))