AutoYADM commit: 2025-04-13 14:00:05

This commit is contained in:
Daniel Fichtinger 2025-04-13 14:00:05 -04:00
parent 8f5a6383cc
commit 36e2616e0f

View file

@ -1,2 +1,24 @@
[general]
status_path = "~/.vdirsyncer/status/"
[pair cal]
a = "cal_local"
b = "cal_remote"
collections = ["from a", "from b"]
[storage cal_remote]
type = "caldav"
url = "https://caldav.fastmail.com/"
username = "daniel@ficd.ca"
password.fetch = ["command", "pass", "show", "fastmail/vsyncdir"]
[storage cal_local]
type = "filesystem"
path = "~/.calendar"
fileext = ".ics"
[storage card]
type = "carddav"
url = "https://carddav.fastmail.com/"
username = "daniel@ficd.ca"
password.fetch = ["command", "pass", "show", "fastmail/vsyncdir"]