dito for zPush2: 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:21:54 +00:00
parent 39d9004e42
commit 121f5dc68d

View File

@ -619,7 +619,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(