From 1142294fa4e4fd715338c4670ee8ac40fb7a5e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 11 Jun 2022 00:31:22 +0200 Subject: Rewrote rrule-instances to handle RDATE and EXDATE correctly. --- module/vcomponent/formats/ical/parse.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'module/vcomponent/formats/ical/parse.scm') diff --git a/module/vcomponent/formats/ical/parse.scm b/module/vcomponent/formats/ical/parse.scm index 7f6c89cc..4bb2487f 100644 --- a/module/vcomponent/formats/ical/parse.scm +++ b/module/vcomponent/formats/ical/parse.scm @@ -316,6 +316,7 @@ ;; See RFC 5545 p.53 for list of all repeating types ;; (for vcomponent) + ;; TODO templetize this, and allow users to set which types are list types, but also validate this upon creation (elsewhere) (if (memv key '(ATTACH ATTENDEE CATEGORIES COMMENT CONTACT EXDATE REQUEST-STATUS RELATED-TO -- cgit v1.2.3