mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Handle freebusy permissions.
This commit is contained in:
parent
5d8da10bf8
commit
193c509663
@ -157,6 +157,7 @@ class CalDAVRequest
|
||||
if ( strpos($permission_result,"A") )
|
||||
$this->permissions['all'] = 'all';
|
||||
else {
|
||||
if ( strpos($permission_result,"F") ) $this->permissions['freebusy'] = 'freebusy';
|
||||
if ( strpos($permission_result,"R") ) $this->permissions['read'] = 'read';
|
||||
if ( strpos($permission_result,"W") )
|
||||
$this->permissions['write'] = 'write';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user