PROPFIND

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