switch from google calendar to posteo calendar

This commit is contained in:
Felix Van der Jeugt 2018-08-13 14:00:59 +02:00
parent b8a2bd5d56
commit 810e1ae548
No known key found for this signature in database
GPG key ID: 58B209295023754D
5 changed files with 99 additions and 3 deletions

52
config/vdirsyncer/config Normal file
View file

@ -0,0 +1,52 @@
[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"]