diff options
Diffstat (limited to '.vdirsyncer')
-rw-r--r-- | .vdirsyncer/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vdirsyncer/config b/.vdirsyncer/config index 1aa88a1..3561404 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -15,7 +15,7 @@ fileext = ".vcf" [storage dave_contacts_remote] type = "carddav" -url = "https://cloud.sleepmap.de/carddav/" +url = "https://cloud.sleepmap.de/remote.php/dav/" username = "dave" password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"] @@ -33,7 +33,7 @@ fileext = ".ics" [storage dave_calendar_remote] type = "caldav" -url = "https://cloud.sleepmap.de/caldav/" +url = "https://cloud.sleepmap.de/remote.php/dav/" username = "dave" password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"] |