mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
Gosh, this was completely broken previously. A number of different scenarios now work. I have used some of the state I've seen in a largish production database with the presence of NULL and empty strings. I've assumed that empty string should be treated as is-not-defined. Happy to be talked out of that. Closes #281.
15 lines
338 B
Plaintext
15 lines
338 B
Plaintext
#
|
|
# PUT a calendar collection to user1 so we have relevant events
|
|
#
|
|
# There is no CalDAV defined behaviour for this.
|
|
#
|
|
TYPE=PUT
|
|
URL=http://regression.host/caldav.php/user1/events/
|
|
HEADER=User-Agent: DAViCal Testing/1.12.x
|
|
HEADER=Content-Type: text/calendar; charset=utf-8
|
|
AUTH=user1:user1
|
|
|
|
HEAD
|
|
|
|
DATA=2500-is-defined-Setup-PUT-collection
|