Allow response to current-user-principal and calendar-free-busy-set.

This commit is contained in:
Andrew McMillan 2008-10-26 01:49:31 +13:00
parent 04bd671111
commit 79bd7e2097

View File

@ -55,6 +55,7 @@ foreach( $request->xml_tags AS $k => $v ) {
case 'DAV::principal-URL': /** should work fine */
case 'DAV::owner': /** should work fine */
case 'DAV::resourcetype': /** should work fine */
case 'DAV::current-user-principal': /** only vaguely supported */
case 'DAV::getcontentlanguage': /** should return the user's chosen locale, or default locale */
case 'DAV::current-user-privilege-set': /** only vaguely supported */
case 'DAV::allprop': /** limited support, needs to be checked for correctness at some point */
@ -66,6 +67,7 @@ foreach( $request->xml_tags AS $k => $v ) {
case 'urn:ietf:params:xml:ns:caldav:calendar-user-address-set': /** Should work fine */
case 'urn:ietf:params:xml:ns:caldav:schedule-inbox-URL': /** Support in development */
case 'urn:ietf:params:xml:ns:caldav:schedule-outbox-URL': /** Support in development */
case 'urn:ietf:params:xml:ns:caldav:calendar-free-busy-set': /** Deprecated, but should work fine */
/**
* Handled calendarserver properties