* Calendar/eSync: iOS 9.0.2 (maybe other clients and versions too) moved start- and end-date of synchronised meeting requests to date of sync

This commit is contained in:
Ralf Becker 2015-10-06 12:20:55 +00:00
parent 227d69654e
commit 91d68acc6f

View File

@ -618,7 +618,7 @@ return array(); // temporary disabling meeting requests from calendar
'end' => 'endtime', 'end' => 'endtime',
) as $key => $attr) ) as $key => $attr)
{ {
$event[$key] = egw_time::server2user($message->$attr); if (isset($message->$attr)) $event[$key] = egw_time::server2user($message->$attr);
} }
// copying strings // copying strings
foreach(array( foreach(array(