From b518e568ee426723ce2698d450b465409b757716 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Wed, 30 Mar 2022 18:22:09 +0100 Subject: [PATCH] added full calendar path and contacts path for DAV --- src/templates/autoconfig.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/autoconfig.xml b/src/templates/autoconfig.xml index 9fc4796..83f7b1a 100644 --- a/src/templates/autoconfig.xml +++ b/src/templates/autoconfig.xml @@ -30,7 +30,7 @@ {{ $.Email | parseUsername . }} {{ .Authentication }} - {{ .Server }} + {{ .Server }}addressbooks/users/{{ $.Email | parseUsername . }}/contacts/ {{ end }} {{ end }} @@ -39,7 +39,7 @@ {{ $.Email | parseUsername . }} {{ .Authentication }} - {{ .Server }} + {{ .Server }}calendars/{{ $.Email | parseUsername . }}/personal/ {{ end }} {{ end }}