aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-12 15:57:55 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-12 15:57:55 +0200
commitfd72079c5163f9881872d70b64aafde03b8b2385 (patch)
tree6840d4c4bf511f0e4a2c53fd0fe74240e076775c /module/vcomponent.scm
parentCalendar names now encoded with modified base64 (diff)
downloadcalp-fd72079c5163f9881872d70b64aafde03b8b2385.tar.gz
calp-fd72079c5163f9881872d70b64aafde03b8b2385.tar.xz
Add option for default calendar.
Diffstat (limited to 'module/vcomponent.scm')
-rw-r--r--module/vcomponent.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/module/vcomponent.scm b/module/vcomponent.scm
index 66b72162..b4a30c83 100644
--- a/module/vcomponent.scm
+++ b/module/vcomponent.scm
@@ -17,3 +17,7 @@
[(string? v) ((@ (glob) glob) v)]
[else #f])))
+(define-config default-calendar ""
+ description: "Default calendar to use for operations. Set to empty string to unset"
+ pre: (ensure string?))
+