mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Add missing notify only param from videoconference call in iCal
This commit is contained in:
parent
e919523a51
commit
7f0f4f8fba
@ -691,7 +691,8 @@ class calendar_groupdav extends Api\CalDAV\Handler
|
||||
'email' => Api\Accounts::id2name($user, 'account_email'),
|
||||
'avatar' => (string)$avatar,
|
||||
'account_id' => $user,
|
||||
'cal_id' => $event['id']
|
||||
'cal_id' => $event['id'],
|
||||
'notify_only' => true
|
||||
], ['participants' =>array_filter($event['participants'], function($key){return is_numeric($key);}, ARRAY_FILTER_USE_KEY)], $event['start_date'], $event['end_date']);
|
||||
}catch (Exception $e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user