# # Check for support of PROPPATCH method # # An attempt to remove the collection resourcetype should fail. # TYPE=PROPPATCH URL=http://mycaldav/caldav.php/user1/home/ HEADER=User-agent: SpecTest PROPPATCH HEADER=Content-type: text/xml HEAD BEGINDATA ENDDATA QUERY SELECT dav_displayname, is_calendar, modified > (current_timestamp - '60 seconds'::interval) AS changed_last_60secs FROM collection WHERE dav_name = '/user1/home/'; ENDQUERY