* CalDAV/calendar: if requesting user had only freebusy rights, no freebusy information was regurned

This commit is contained in:
Ralf Becker 2014-04-08 13:12:41 +00:00
parent 9532debc5d
commit 4c79fb650a

View File

@ -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,