From 4e3524957d3fbbcff8037fca458e817e684f66f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 21 Apr 2020 19:17:36 +0200 Subject: Allow multiple ATETENDEE keys. --- module/vcomponent/parse.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3