From ef8826ac2d8438870e1bc42bf51cf28221461cb7 Mon Sep 17 00:00:00 2001 From: John Kristensen Date: Wed, 12 Oct 2011 15:10:59 +1100 Subject: [PATCH] remove 'description' from OC_Connector_Sabre_CalDAV propertyMap * the description field was removed in commit: f3f5d775b519c12e56f4c6db8ca8ccf87c68f19d but the field was still trying to be mapped - causing errors with CalDAV --- apps/calendar/lib/connector_sabre.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/calendar/lib/connector_sabre.php b/apps/calendar/lib/connector_sabre.php index 13a542fccad..263fb7ffde5 100644 --- a/apps/calendar/lib/connector_sabre.php +++ b/apps/calendar/lib/connector_sabre.php @@ -10,7 +10,6 @@ class OC_Connector_Sabre_CalDAV extends Sabre_CalDAV_Backend_Abstract { */ public $propertyMap = array( '{DAV:}displayname' => 'displayname', - '{urn:ietf:params:xml:ns:caldav}calendar-description' => 'description', '{urn:ietf:params:xml:ns:caldav}calendar-timezone' => 'timezone', '{http://apple.com/ns/ical/}calendar-order' => 'calendarorder', '{http://apple.com/ns/ical/}calendar-color' => 'calendarcolor',