# # Check for support of PROPPATCH method # # Convert the collection back to a calendar, change the displayname # again, and remove the owner property. # TYPE=PROPPATCH URL=http://mycaldav/caldav.php/user1/home/ HEADER=User-agent: SpecTest PROPPATCH HEADER=Content-type: text/xml HEAD BEGINDATA User One's Calendar ENDDATA QUERY SELECT dav_displayname, dav_etag, is_calendar, modified > (current_timestamp - '5 seconds'::interval) AS changed_last_5secs FROM collection WHERE dav_name = '/user1/home/'; ENDQUERY