Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / binding / 1011-PROPPATCH-bound-fail.result
blob071a6ff33bef2ab0f0bfe2f3d0709547a5b61e4d
1 HTTP/1.1 207 Multi-Status\r
2 Date: Dow, 01 Jan 2000 00:00:00 GMT\r
3 DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule\r
4 DAV: extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy\r
5 Content-Length: 615\r
6 Content-Type: text/xml; charset="utf-8"\r
7 \r
8 <?xml version="1.0" encoding="utf-8" ?>
9 <multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
10  <response>
11   <href>/caldav.php/user4/user2/</href>
12   <responsedescription>Some properties were not able to be changed.</responsedescription>
13   <propstat>
14    <prop>
15     <C:calendar-timezone/>
16    </prop>
17    <status>HTTP/1.1 409 Conflict</status>
18    <responsedescription>calendar-timezone property is only valid for a calendar.</responsedescription>
19   </propstat>
20   <propstat>
21    <prop>
22     <displayname/>
23    </prop>
24    <status>HTTP/1.1 424 Failed Dependency</status>
25   </propstat>
26  </response>
27 </multistatus>
29   dav_displayname: >Updated Displayname with PROPPATCH<