From a16a1bd073f3e4e65f24501524f97872bb2357ce Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 7 Feb 2021 16:44:07 +0100 Subject: vdirsyncer: Switch to unified DAV URLs .vdirsyncer/config: Switch to unified DAV upstream URLs. --- .vdirsyncer/config | 4 ++-- 1 file 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"] -- cgit v1.2.3-54-g00ecf