summaryrefslogtreecommitdiff
path: root/caldav/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'caldav/objects.py')
-rw-r--r--caldav/objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/caldav/objects.py b/caldav/objects.py
index ff4f7ea..1730dca 100644
--- a/caldav/objects.py
+++ b/caldav/objects.py
@@ -435,7 +435,7 @@ class Principal(DAVObject):
def calendar_home_set(self):
if not self._calendar_home_set:
calendar_home_set_url = self.get_property(cdav.CalendarHomeSet())
- ## owncloud returns remote.php/dav/calendars/tobixen@e.email/
+ ## owncloud returns /remote.php/dav/calendars/tobixen@e.email/
## in that case the @ should be quoted. Perhaps other
## implentations returns already quoted URLs. Hacky workaround:
if '@' in calendar_home_set_url and not '://' in calendar_home_set_url: