mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-02 06:14:17 +00:00
Allow response to current-user-principal and calendar-free-busy-set.
This commit is contained in:
parent
04bd671111
commit
79bd7e2097
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user