From 88fce77c65613e61e27961f87d950c96229082f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 10 Aug 2021 00:32:40 +0200 Subject: Add comment about "bug" where calendars where missing their names. --- module/calp/html/view/calendar.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module/calp/html/view/calendar.scm b/module/calp/html/view/calendar.scm index 031c1844..4574f517 100644 --- a/module/calp/html/view/calendar.scm +++ b/module/calp/html/view/calendar.scm @@ -255,6 +255,9 @@ `((q . (and (date/-time<=? ,(current-datetime) (prop event 'DTSTART)) + ;; TODO this seems to miss some calendars, + ;; I belive it's due to some setting X-WR-CALNAME, + ;; which is only transfered /sometimes/ into NAME. (string=? ,(->string (prop calendar 'NAME)) (or (prop (parent event) 'NAME) "")))))))) ,(prop calendar 'NAME)))) -- cgit v1.2.3