24 lines
541 B
Text
24 lines
541 B
Text
[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"]
|