mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
19 lines
425 B
Plaintext
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
|
|
|