diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-01-09 13:04:14 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:52:23 +0100 |
commit | c19d989896c4ff040c0121fde66c62d5f39b068e (patch) | |
tree | 4327f44fefbdd8c78dc09d8871011975ff872041 /.config/vdirsyncer | |
parent | e4e9e3b440bc915b15abee33aeeb23f8194dd298 (diff) |
[khal+vdirsyncer] add config files
Diffstat (limited to '.config/vdirsyncer')
-rw-r--r-- | .config/vdirsyncer/config | 19 |
1 files changed, 19 insertions, 0 deletions
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"] |