forked from extern/egroupware
* Calendar/EMail: wrong timezone conversation when accepting meeting requests (happening if server- and user-timezone are different!)
This commit is contained in:
parent
b429fe8ef6
commit
c48e63df8a
@ -1639,6 +1639,10 @@ class calendar_uiforms extends calendar_ui
|
||||
return;
|
||||
}
|
||||
$event = array_shift($events);
|
||||
|
||||
// convert event from servertime returned by calendar_ical to user-time
|
||||
$this->bo->server2usertime($event);
|
||||
|
||||
if (($existing_event = $this->bo->read($event['uid'])) && !$existing_event['deleted'])
|
||||
{
|
||||
switch(strtolower($ical_method))
|
||||
|
Loading…
Reference in New Issue
Block a user