From 91d68acc6fcabad160968b567d7ad2d8c33dbcbb Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 6 Oct 2015 12:20:55 +0000 Subject: [PATCH] * 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 --- calendar/inc/class.calendar_activesync.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_activesync.inc.php b/calendar/inc/class.calendar_activesync.inc.php index 4cb3520dc7..c28f98c9e4 100644 --- a/calendar/inc/class.calendar_activesync.inc.php +++ b/calendar/inc/class.calendar_activesync.inc.php @@ -618,7 +618,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(