2018-08-13 14:00:59 +02:00
|
|
|
|
|
|
|
[general]
|
|
|
|
status_path = "~/.config/vdirsyncer/status"
|
|
|
|
|
|
|
|
[pair posteo]
|
|
|
|
a = "posteo_local"
|
|
|
|
b = "posteo_remote"
|
|
|
|
collections = ["default"]
|
|
|
|
|
|
|
|
[storage posteo_local]
|
|
|
|
type = "filesystem"
|
|
|
|
path = "/data/calendar/default"
|
|
|
|
fileext = ".ics"
|
|
|
|
|
|
|
|
[storage posteo_remote]
|
|
|
|
type = "caldav"
|
|
|
|
url = "https://posteo.de:8443/calendars/felix.vanderjeugt/default/"
|
|
|
|
username = "felix.vanderjeugt@posteo.net"
|
|
|
|
password.fetch = ["command", "pass", "other/vdirsyncer"]
|
|
|
|
|
|
|
|
[pair posteo_arbeit]
|
|
|
|
a = "arbeit_local"
|
|
|
|
b = "arbeit_remote"
|
|
|
|
collections = ["oqzdgp"]
|
|
|
|
|
|
|
|
[storage arbeit_local]
|
|
|
|
type = "filesystem"
|
|
|
|
path = "/data/calendar/arbeit"
|
|
|
|
fileext = ".ics"
|
|
|
|
|
|
|
|
[storage arbeit_remote]
|
|
|
|
type = "caldav"
|
|
|
|
url = "https://posteo.de:8443/calendars/felix.vanderjeugt/oqzdgp/"
|
|
|
|
username = "felix.vanderjeugt@posteo.net"
|
|
|
|
password.fetch = ["command", "pass", "other/vdirsyncer"]
|
|
|
|
|
|
|
|
[pair posteo_private]
|
|
|
|
a = "private_local"
|
|
|
|
b = "private_remote"
|
|
|
|
collections = ["plebbb"]
|
|
|
|
|
|
|
|
[storage private_local]
|
|
|
|
type = "filesystem"
|
|
|
|
path = "/data/calendar/private"
|
|
|
|
fileext = ".ics"
|
|
|
|
|
|
|
|
[storage private_remote]
|
|
|
|
type = "caldav"
|
|
|
|
url = "https://posteo.de:8443/calendars/felix.vanderjeugt/plebbb/"
|
|
|
|
username = "felix.vanderjeugt@posteo.net"
|
|
|
|
password.fetch = ["command", "pass", "other/vdirsyncer"]
|
|
|
|
|
2018-11-21 16:34:11 +01:00
|
|
|
[pair posteo_contacts]
|
|
|
|
a = "contacts_local"
|
|
|
|
b = "contacts_remote"
|
|
|
|
collections = ["from a", "from b"]
|
|
|
|
|
|
|
|
[storage contacts_local]
|
|
|
|
type = "filesystem"
|
|
|
|
path = "/data/contacts"
|
|
|
|
fileext = ".vcf"
|
|
|
|
|
|
|
|
[storage contacts_remote]
|
|
|
|
type = "carddav"
|
|
|
|
url = "https://posteo.de:8843/addressbooks/felix.vanderjeugt/default"
|
|
|
|
username = "felix.vanderjeugt@posteo.net"
|
|
|
|
password.fetch = ["command", "pass", "other/vdirsyncer"]
|
2021-07-11 12:42:53 +02:00
|
|
|
|
|
|
|
[pair stellaris]
|
|
|
|
a = "stellaris_remote"
|
|
|
|
b = "readonly_local"
|
|
|
|
collections = null
|
|
|
|
|
|
|
|
[storage readonly_local]
|
|
|
|
type = "filesystem"
|
|
|
|
path = "/data/calendar/readonly"
|
|
|
|
fileext = ".ics"
|
|
|
|
|
|
|
|
[storage stellaris_remote]
|
|
|
|
type = "http"
|
|
|
|
url = "https://cloud.rxn.be/remote.php/dav/public-calendars/fzNBCHE6EBffA6Ft?export"
|