Clean the calendar paths

This commit is contained in:
Guillaume Ayoub 2011-06-16 10:39:36 +02:00
parent af10a2f1c4
commit 1d67706b56
2 changed files with 11 additions and 8 deletions

View file

@ -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.url if is_calendar else "%s/%s" % (path, item.name)
href.text = item.local_path if is_calendar else "%s/%s" % (path, item.name)
response.append(href)
propstat404 = ET.Element(_tag("D", "propstat"))