36 lines
783 B
Text
36 lines
783 B
Text
|
[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"]
|