summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-01-09 13:04:14 +0100
committerDaniel Weipert <code@drogueronin.de>2023-10-30 09:52:23 +0100
commitc19d989896c4ff040c0121fde66c62d5f39b068e (patch)
tree4327f44fefbdd8c78dc09d8871011975ff872041 /.config
parente4e9e3b440bc915b15abee33aeeb23f8194dd298 (diff)
[khal+vdirsyncer] add config files
Diffstat (limited to '.config')
-rw-r--r--.config/khal/config15
-rw-r--r--.config/vdirsyncer/config19
2 files changed, 34 insertions, 0 deletions
diff --git a/.config/khal/config b/.config/khal/config
new file mode 100644
index 0000000..56830e0
--- /dev/null
+++ b/.config/khal/config
@@ -0,0 +1,15 @@
+[calendars]
+
+[[calendar_radicale_local]]
+path = ~/.local/share/vdirsyncer/storages/calendar_radicale_local/*
+type = discover
+
+[locale]
+timeformat = %H:%M
+dateformat = %d-%m-%Y
+longdateformat = %d-%m-%Y
+datetimeformat = %d-%m-%Y %H:%M
+longdatetimeformat = %d-%m-%Y %H:%M
+
+[default]
+default_calendar = calendar-personal
diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config
new file mode 100644
index 0000000..e5bff7d
--- /dev/null
+++ b/.config/vdirsyncer/config
@@ -0,0 +1,19 @@
+[general]
+status_path = "~/.local/share/vdirsyncer/status"
+
+[pair calendar_radicale]
+a = "calendar_radicale_local"
+b = "calendar_radicale_remote"
+collections = ["from a", "from b"]
+metadata = ["color"]
+
+[storage calendar_radicale_local]
+type = "filesystem"
+path = "~/.local/share/vdirsyncer/storages/calendar_radicale_local/"
+fileext = ".ics"
+
+[storage calendar_radicale_remote]
+type = "caldav"
+url.fetch = ["command", "pass", "radicale/url"]
+username.fetch = ["command", "pass" , "radicale/username"]
+password.fetch = ["command", "pass" , "radicale/password"]