aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-13 10:43:33 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-13 10:43:33 +0200
commita902eb51621521d45c648d6a4d06d70d981dfaeb (patch)
treeafc31d4d17fa3939585ad30878b5b690d3b80db3 /module/vcomponent.scm
parentAdd TODO's (diff)
parentComment about generalizing. (diff)
downloadcalp-a902eb51621521d45c648d6a4d06d70d981dfaeb.tar.gz
calp-a902eb51621521d45c648d6a4d06d70d981dfaeb.tar.xz
Merge branch 'calchooser' into master
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?))
+