PROPFIND

From Davical
Revision as of 12:33, 17 September 2013 by Tony (talk | contribs)
Jump to navigationJump to search

List available resources using propfind

=Only this user

curl --request PROPFIND  --user "USER:PASS" https://SERVER/caldav.php 

=Show all user has access to

curl --request PROPFIND --header "Depth: 2" --data-ascii "<D:propfind xmlns:D=\"DAV:\"><D:getetag/></D:propfind>"  --user "USER:PASS" https://SERVER/caldav.php