mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Add support for iCal (closes #252)
This commit is contained in:
parent
c1da6872dd
commit
474113454b
2 changed files with 9 additions and 4 deletions
|
@ -312,7 +312,8 @@ class CalendarHTTPHandler(server.BaseHTTPRequestHandler):
|
|||
@log_request_content
|
||||
def do_PROPPATCH(self):
|
||||
"""Manage PROPPATCH request."""
|
||||
self._answer = xmlutils.proppatch()
|
||||
self._answer = xmlutils.proppatch(
|
||||
self.path, self._content, self._calendar)
|
||||
|
||||
self.send_response(client.MULTI_STATUS)
|
||||
self.send_header("DAV", "1, calendar-access")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue