aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-21 19:17:36 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-22 18:24:14 +0200
commit4e3524957d3fbbcff8037fca458e817e684f66f9 (patch)
tree1871dc74daf5353c1e15ff8bdd61f3fc387790ca
parentFix warning parameter. (diff)
downloadcalp-4e3524957d3fbbcff8037fca458e817e684f66f9.tar.gz
calp-4e3524957d3fbbcff8037fca458e817e684f66f9.tar.xz
Allow multiple ATETENDEE keys.
-rw-r--r--module/vcomponent/parse.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/parse.scm b/module/vcomponent/parse.scm
index 38027759..a2f14316 100644
--- a/module/vcomponent/parse.scm
+++ b/module/vcomponent/parse.scm
@@ -228,7 +228,7 @@ row ~a column ~a ctx = ~a
;; DTSTART is required to exist while the other two are optional.
;; Allowed (some) repeated keys
- (if (memv key '(EXDATE))
+ (if (memv key '(EXDATE ATTENDEE))
(aif (attr* component key)
;; updates the current vline
;; NOTE that this discards any properties belonging to this object