AutoYADM commit: 2025-04-13 14:00:05
This commit is contained in:
parent
8f5a6383cc
commit
36e2616e0f
1 changed files with 22 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue