aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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