mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-06 12:00:15 +00:00
21 lines
498 B
Plaintext
21 lines
498 B
Plaintext
#
|
|
# iCal DELETE's the invitation in the .in
|
|
#
|
|
TYPE=DELETE
|
|
URL=http://regression.host/manager1/.in/user1E1A13F04-iCal-schedule.ics
|
|
|
|
HEADER=User-Agent: DAVKit/4.0.3 (732.2); CalendarStore/4.0.4 (997.7); iCal/4.0.4 (1395.7); Mac OS X/10.6.8 (10K549)
|
|
HEAD
|
|
|
|
AUTH=manager1:manager1
|
|
|
|
#
|
|
# Query to confirm we got rid of it. There should be two now, plus the reponse in the managers schedule-inbox.
|
|
QUERY
|
|
SELECT dav_name
|
|
FROM calendar_item
|
|
WHERE uid = 'E1A13F04-iCal-schedule'
|
|
ORDER BY dav_id
|
|
ENDQUERY
|
|
|