mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-01 20:34:20 +01:00
* 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:
parent
fe9dcbcc12
commit
39d9004e42
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user