mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
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:
parent
39d9004e42
commit
121f5dc68d
@ -619,7 +619,7 @@ return array(); // temporary disabling meeting requests from calendar
|
||||
'end' => 'endtime',
|
||||
) as $key => $attr)
|
||||
{
|
||||
$event[$key] = egw_time::server2user($message->$attr);
|
||||
if (isset($message->$attr)) $event[$key] = egw_time::server2user($message->$attr);
|
||||
}
|
||||
// copying strings
|
||||
foreach(array(
|
||||
|
Loading…
Reference in New Issue
Block a user