You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
783 B
Plaintext

[general]
# A folder where vdirsyncer can store some metadata about each pair.
status_path = "~/.vdirsyncer/status/"
[storage cal_remote]
type = "caldav"
url = "https://cloud.disroot.org/remote.php/dav/"
username = "ReekyMarko"
password.fetch = ["command","pass","services/vdirsyncer"]
[storage card_remote]
type = "carddav"
url = "https://cloud.disroot.org/remote.php/dav/"
username = "ReekyMarko"
password.fetch = ["command","pass","services/vdirsyncer"]
[storage cal_local]
type = "filesystem"
path = "~/.calendars"
fileext = ".ics"
[storage card_local]
type = "filesystem"
path = "~/.contacts/"
fileext = ".ics"
[pair cal]
a = "cal_remote"
b = "cal_local"
collections = ["from a", "from b"]
[pair card]
a = "card_remote"
b = "card_local"
collections = ["from a", "from b"]