mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-21 17:06:22 +00:00
This could be anywhere with expand-property.
This commit is contained in:
parent
fbab01fbfe
commit
99a61bf835
@ -980,7 +980,6 @@ EOQRY;
|
||||
case 'http://calendarserver.org/ns/:calendar-proxy-read-for':
|
||||
$proxy_type = 'read';
|
||||
case 'http://calendarserver.org/ns/:calendar-proxy-write-for':
|
||||
if ( ! $this->_is_proxy_request ) return true;
|
||||
if ( !isset($proxy_type) ) $proxy_type = 'write';
|
||||
$reply->CalendarserverElement($prop, 'calendar-proxy-'.$proxy_type.'-for', $reply->href( $this->principal->ProxyFor($proxy_type) ) );
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user