[Not a solution, but debugging]
, caldav:
from datetime import datetime
import caldav
from caldav.elements import dav, cdav
url = "https://user:pass@hostname/user/Calendar"
client = caldav.DAVClient(url)
principal = caldav.Principal(client, url)
calendars = principal.calendars()
- URL- URL- ical-
- = main.calendars(), .
- URL- , - .
:
objects.py, DAVObject, . , . , .
response = self.client.propfind(self.url.path, body, depth)
print response, self.url.path
print response.raw
for r in response.tree.findall(dav.Response.tag):