2009-11-08 21:13:05 +13:00

19 lines
425 B
Plaintext

#
# 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/entire/
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 ~ '(entire|movedcalendar)';
ENDQUERY