# # Check for support of PROPPATCH method # # Convert the collection back to a calendar, change the displayname # again, set the calendar as transparent and remove the arbitrary property. # TYPE=PROPPATCH HEADER=User-agent: SpecTest PROPPATCH HEADER=Content-type: text/xml HEAD BEGINDATA User One's Transparent Calendar ENDDATA URL=http://regression.host/caldav.php/user1/home/ QUERY SELECT dav_displayname, is_calendar, is_addressbook, resourcetypes, modified > (current_timestamp - '5 minutes'::interval) AS changed_last_5m, schedule_transp FROM collection WHERE dav_name = '/user1/home/'; ENDQUERY