aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/server.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/entry-points/server.scm')
-rw-r--r--module/entry-points/server.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/entry-points/server.scm b/module/entry-points/server.scm
index 408b00b3..83d80c27 100644
--- a/module/entry-points/server.scm
+++ b/module/entry-points/server.scm
@@ -101,7 +101,7 @@
(parse-iso-date start)
(parse-iso-date end))))))
- ;; TODO this returns "invalid" events, since the surrounding VCALENDAR is missing.
+ ;; TODO this fails if there's a period in the uid.
(GET "/calendar/:uid.ics" (uid)
;; NOTE build an index.
(aif (or (find (lambda (ev) (equal? uid (attr ev 'UID)))