mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-09 20:20:57 +00:00
iPhone support, thank you Andrew
This commit is contained in:
parent
dcabf4249e
commit
039e868e5f
2 changed files with 39 additions and 43 deletions
|
@ -216,7 +216,7 @@ class CalendarHTTPHandler(server.BaseHTTPRequestHandler):
|
|||
xml_request = self.rfile.read(int(self.headers["Content-Length"]))
|
||||
self._answer = xmlutils.propfind(
|
||||
self.path, xml_request, self._calendar,
|
||||
self.headers.get("depth", "infinity"), self)
|
||||
self.headers.get("depth", "infinity"))
|
||||
|
||||
self.send_response(client.MULTI_STATUS)
|
||||
self.send_header("DAV", "1, calendar-access")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue