summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-10-03 13:27:06 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-10-11 21:36:26 +0200
commit14dc03f40f373efa690d6f766e5273223bf3d765 (patch)
tree9997d0609d71d72bbfcdd71db56412dd34073698 /imagrc.toml
parent8dbb2f1590d535832ec7d90e8c07f565f8a2339f (diff)
Enhance listing functionality with handlebars templating
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'imagrc.toml')
-rw-r--r--imagrc.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/imagrc.toml b/imagrc.toml
index 3b353803..0bd1c291 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -334,6 +334,21 @@ Email : {{EMAIL}}
Address : {{ADR}}
"""
+[calendar]
+list_format = "{{lpad 5 i}} | {{abbrev 5 uid}} | {{summary}} | {{location}}"
+show_format = """
+{{i}} - {{uid}}
+
+Summary : {{summary}}
+Start : {{dtstart}}
+End : {{dtend}}
+Url : {{url}}
+Location : {{location}}
+
+{{description}}
+
+"""
+
[log]
logs = ["default"]
default = "default"