mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
setting event start- and end-time as not-before and expiration time of token with 1h gracetime
This commit is contained in:
parent
ab20dbb70c
commit
1973264b6b
@ -1062,7 +1062,7 @@ class calendar_boupdate extends calendar_bo
|
||||
'email' => is_numeric($userid) ? Api\Accounts::id2name($userid, 'account_email') : $userid,
|
||||
'avatar' => (string)$avatar,
|
||||
'account_id' => $userid
|
||||
]);
|
||||
], [], $startdate, $enddate);
|
||||
$event_arr['videoconference'] = [
|
||||
'field' => lang('Video Conference'),
|
||||
'data' => $details['videoconference'],
|
||||
|
Loading…
Reference in New Issue
Block a user