switch from google calendar to posteo calendar
This commit is contained in:
parent
b8a2bd5d56
commit
810e1ae548
5 changed files with 99 additions and 3 deletions
52
config/vdirsyncer/config
Normal file
52
config/vdirsyncer/config
Normal 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"]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue