mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
* CalDAV/calendar: if requesting user had only freebusy rights, no freebusy information was regurned
This commit is contained in:
parent
9532debc5d
commit
4c79fb650a
@ -637,6 +637,7 @@ class calendar_bo
|
||||
'modified' => $event['modified'],
|
||||
'owner' => $event['owner'],
|
||||
'recur_type' => MCAL_RECUR_NONE,
|
||||
'uid' => $event['uid'],
|
||||
'etag' => $event['etag'],
|
||||
'participants' => array_intersect_key($event['participants'],array_flip($allowed_participants)),
|
||||
'public'=> 0,
|
||||
|
Loading…
Reference in New Issue
Block a user