aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/parse/ical.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent/parse/ical.scm')
-rw-r--r--module/vcomponent/parse/ical.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/vcomponent/parse/ical.scm b/module/vcomponent/parse/ical.scm
index a07487f0..c4bb059f 100644
--- a/module/vcomponent/parse/ical.scm
+++ b/module/vcomponent/parse/ical.scm
@@ -131,6 +131,8 @@
;; TEXT, but allow a list
[(memv key '(CATEGORIES RESOURCES))
+ ;; TODO An empty value should lead to an empty set
+ ;; currently it seems to lead to '("")
(get-parser 'TEXT)]
[(memv key '(VERSION))