aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-30 23:08:48 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-30 23:08:48 +0200
commitfd30bc3ec4fed7d150f6821693ecd3f1263a0b9c (patch)
treeee0a415d865580313652760dd10469ef91040c0d
parentEscape closes all popups. (diff)
downloadcalp-fd30bc3ec4fed7d150f6821693ecd3f1263a0b9c.tar.gz
calp-fd30bc3ec4fed7d150f6821693ecd3f1263a0b9c.tar.xz
Update error on /calendar/ endpoint.
-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)))