khal_todo_khard

This commit is contained in:
Anthony Debucquoy
2026-09-10 12:51:07 +02:00
parent 8121a98f4e
commit e84e060569
7 changed files with 140 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
[general]
status_path = "~/.vdirsyncer/status/"
[storage nextcloud_cal_remote]
type = "caldav"
url = "https://nc.debucquoy.me/remote.php/dav"
username = "tonitch"
password.fetch = ["command", "cat", "~/.config/pass/vdirsyncer.txt"]
[storage nextcloud_card_remote]
type = "carddav"
url = "https://nc.debucquoy.me/remote.php/dav"
username = "tonitch"
password.fetch = ["command", "cat", "~/.config/pass/vdirsyncer.txt"]
[storage nextcloud_cal_local]
type = "filesystem"
path = "~/.cache/calendar/nextcloud"
fileext = ".ics"
[storage nextcloud_card_local]
type = "filesystem"
path = "~/.cache/contact/nextcloud"
fileext = ".vcf"
[pair nextcloud_cal]
a = "nextcloud_cal_remote"
b = "nextcloud_cal_local"
collections = ["from a"]
metadata= ["color", "displayname", "description", "order"]
[pair nextcloud_card]
a = "nextcloud_card_remote"
b = "nextcloud_card_local"
collections = ["from a"]
metadata= ["displayname"]