Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0700-caldav4j-MKCALENDAR.test
blobfc04353841bf7aceadc257a5e7c1564e46b7ecd3
2 # MKCALENDAR test for caldav4j
4 TYPE=MKCALENDAR
5 URL=http://regression.host/caldav.php/user1/collection/
6 HEADER=Content-Type: text/xml
7 HEAD
10 BEGINDATA
11 <?xml version="1.0"?>
12 <C:mkcalendar
13 xmlns:C="urn:ietf:params:xml:ns:caldav">
14     <D:set xmlns:D="DAV:">
15         <D:prop>
16             <C:calendar-description
17 xml:lang="en">My sample calendar
18 description</C:calendar-description>
19         </D:prop>
20     </D:set>
21 </C:mkcalendar>
22 ENDDATA
25 QUERY
26 SELECT user_no, parent_container, dav_displayname,
27        is_calendar, public_events_only
28 FROM collection
29 WHERE dav_name = '/user1/collection/';
30 ENDQUERY