2010-04-29 11:21:05 +12:00

19 lines
433 B
Plaintext

#
# MOVE an event from one location to another
#
TYPE=MOVE
URL=http://regression.host/caldav.php/user1/anotherone/
HEADER=User-Agent: RFC4918 Spec Tests
HEADER=Destination: /caldav.php/user1/movedcalendar/
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