From 121f5dc68d5f9e8cbfe9d259b444f51f4937ad09 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 6 Oct 2015 12:21:54 +0000 Subject: [PATCH] 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 --- calendar/inc/class.calendar_zpush.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_zpush.inc.php b/calendar/inc/class.calendar_zpush.inc.php index fd6c7d8ff1..5294b86329 100644 --- a/calendar/inc/class.calendar_zpush.inc.php +++ b/calendar/inc/class.calendar_zpush.inc.php @@ -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(