* 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:13:12 +00:00
parent e1508916f2
commit 3ec2ea86c3

View File

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