mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
18 lines
444 B
Plaintext
18 lines
444 B
Plaintext
#
|
|
# Attempt to DELETE an event from a location that is locked.
|
|
# - but this time supply the token so it succeeds
|
|
#
|
|
TYPE=DELETE
|
|
URL=http://mycaldav/caldav.php/user1/home/i1278618276.ics
|
|
|
|
# Get the lock token from the earlier lock
|
|
GETSQL=locktoken
|
|
SELECT opaquelocktoken FROM locks WHERE dav_name = '/user1/home/i1278618276.ics'
|
|
ENDSQL
|
|
|
|
|
|
HEADER=Content-Type: text/calendar; charset=utf-8
|
|
HEADER=Lock-Token: <opaquelocktoken:##locktoken##>
|
|
HEAD
|
|
|