From ee1abd5ada9b670791f7dd2d306bdbf9228fa439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 24 Mar 2019 23:24:15 +0100 Subject: Add VIRTUAL vcomponents. VIRTUAL vcomponents are vcomponents created without a source. Their primiary purpose is for creating brand new events, which will later be dumped to the proper files. They can however also be used in testing for great effect. --- module/vcalendar/primitive.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/vcalendar/primitive.scm') diff --git a/module/vcalendar/primitive.scm b/module/vcalendar/primitive.scm index b5eb9388..fed799f9 100644 --- a/module/vcalendar/primitive.scm +++ b/module/vcalendar/primitive.scm @@ -8,7 +8,8 @@ %vcomponent-parent %vcomponent-make - %vcomponent-type + %vcomponent-get-type + %vcomponent-set-type! %vcomponent-set-attribute! %vcomponent-get-attribute -- cgit v1.2.3