68 lines
1.6 KiB
Plaintext
68 lines
1.6 KiB
Plaintext
|
|
[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"]
|
|
|
|
[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"]
|