From fd30bc3ec4fed7d150f6821693ecd3f1263a0b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 30 Apr 2020 23:08:48 +0200 Subject: Update error on /calendar/ endpoint. --- module/entry-points/server.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/entry-points') 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))) -- cgit v1.2.3