PROPFIND

From Davical
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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:prop><D:getetag/></D:prop></D:propfind>" \
  --user "USER:PASS" https://SERVER/caldav.php