forked from extern/egroupware
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,
|
'email' => is_numeric($userid) ? Api\Accounts::id2name($userid, 'account_email') : $userid,
|
||||||
'avatar' => (string)$avatar,
|
'avatar' => (string)$avatar,
|
||||||
'account_id' => $userid
|
'account_id' => $userid
|
||||||
]);
|
], [], $startdate, $enddate);
|
||||||
$event_arr['videoconference'] = [
|
$event_arr['videoconference'] = [
|
||||||
'field' => lang('Video Conference'),
|
'field' => lang('Video Conference'),
|
||||||
'data' => $details['videoconference'],
|
'data' => $details['videoconference'],
|
||||||
|
Loading…
Reference in New Issue
Block a user