diff --git a/radicale/xmlutils.py b/radicale/xmlutils.py index b5d28bc..074bd62 100644 --- a/radicale/xmlutils.py +++ b/radicale/xmlutils.py @@ -201,7 +201,7 @@ def _propfind_response(path, item, props, user): response = ET.Element(_tag("D", "response")) href = ET.Element(_tag("D", "href")) - href.text = item.local_path if is_calendar else "%s/%s" % (path, item.name) + href.text = item.url if is_calendar else "%s/%s" % (path, item.name) response.append(href) propstat404 = ET.Element(_tag("D", "propstat"))