# # MOVE an event from one location to another # TYPE=MOVE URL=http://regression.host/caldav.php/user1/movedcalendar/ HEADER=User-Agent: RFC4918 Spec Tests HEADER=Destination: /caldav.php/user1/anotherone/ HEAD QUERY SELECT dav_name, user_no, (modified > (current_timestamp - '1 hour'::interval)) AS mod_in_last_hour, dav_etag FROM collection WHERE collection.dav_name ~ '(anotherone|movedcalendar)'; ENDQUERY