mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-02 16:20:34 +00:00
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
#
|
|
# PUT a calendar collection to user4 so we have some starting events
|
|
#
|
|
# There is no CalDAV defined behaviour for this.
|
|
#
|
|
TYPE=PUT
|
|
URL=http://regression.host/caldav.php/user4/us_holidays/
|
|
HEADER=User-Agent: RSCDS Testing/0.9.x
|
|
HEADER=Content-Type: text/calendar; charset=utf-8
|
|
AUTH=user4:user4
|
|
|
|
HEAD
|
|
|
|
DATA=us_holidays.ics
|