mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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'],
|
'modified' => $event['modified'],
|
||||||
'owner' => $event['owner'],
|
'owner' => $event['owner'],
|
||||||
'recur_type' => MCAL_RECUR_NONE,
|
'recur_type' => MCAL_RECUR_NONE,
|
||||||
|
'uid' => $event['uid'],
|
||||||
'etag' => $event['etag'],
|
'etag' => $event['etag'],
|
||||||
'participants' => array_intersect_key($event['participants'],array_flip($allowed_participants)),
|
'participants' => array_intersect_key($event['participants'],array_flip($allowed_participants)),
|
||||||
'public'=> 0,
|
'public'=> 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user