From 22f28015981295660ff98b43789f8c4c99134f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 16 Oct 2023 19:39:12 +0200 Subject: Move timespec and recur-rule to new object system. --- module/vcomponent/formats/xcal/parse.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/vcomponent/formats') diff --git a/module/vcomponent/formats/xcal/parse.scm b/module/vcomponent/formats/xcal/parse.scm index 5ae1b928..d108b11c 100644 --- a/module/vcomponent/formats/xcal/parse.scm +++ b/module/vcomponent/formats/xcal/parse.scm @@ -96,7 +96,7 @@ ;; freq until count interval wkst - (apply (@ (vcomponent recurrence internal) make-recur-rule) + (apply (@ (vcomponent recurrence internal) recur-rule) (concatenate (filter identity (for key in '(bysecond byminute byhour byday bymonthday -- cgit v1.2.3