mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:30 +01:00
* CalDAV/calendar: if requesting user had only freebusy rights, no freebusy information was regurned
This commit is contained in:
parent
e1508916f2
commit
3ec2ea86c3
@ -629,6 +629,7 @@ class calendar_bo
|
||||
'modified' => $event['modified'],
|
||||
'owner' => $event['owner'],
|
||||
'recur_type' => MCAL_RECUR_NONE,
|
||||
'uid' => $event['uid'],
|
||||
'etag' => $event['etag'],
|
||||
'max_user_modified' => $event['max_user_modified'],
|
||||
'participants' => array_intersect_key($event['participants'],array_flip($allowed_participants)),
|
||||
|
Loading…
Reference in New Issue
Block a user