mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
WIP BBB: Add cal_id into videoconference context
This commit is contained in:
parent
f17b82e3d9
commit
26d5ca3c7f
@ -1086,7 +1086,8 @@ class calendar_boupdate extends calendar_bo
|
|||||||
'name' => $fullname,
|
'name' => $fullname,
|
||||||
'email' => is_numeric($userid) ? Api\Accounts::id2name($userid, 'account_email') : $userid,
|
'email' => is_numeric($userid) ? Api\Accounts::id2name($userid, 'account_email') : $userid,
|
||||||
'avatar' => (string)$avatar,
|
'avatar' => (string)$avatar,
|
||||||
'account_id' => $userid
|
'account_id' => $userid,
|
||||||
|
'cal_id' => $details['id']
|
||||||
], [], $startdate, $enddate);
|
], [], $startdate, $enddate);
|
||||||
$event_arr['videoconference'] = [
|
$event_arr['videoconference'] = [
|
||||||
'field' => lang('Video Conference'),
|
'field' => lang('Video Conference'),
|
||||||
|
Loading…
Reference in New Issue
Block a user