diff options
author | John Kristensen <John.Kristensen@dpipwe.tas.gov.au> | 2011-10-12 15:10:59 +1100 |
---|---|---|
committer | John Kristensen <John.Kristensen@dpipwe.tas.gov.au> | 2011-10-12 15:10:59 +1100 |
commit | ef8826ac2d8438870e1bc42bf51cf28221461cb7 (patch) | |
tree | db4688a0d31a8bf8f1e67f778b47d02b5878904a /apps/calendar/lib | |
parent | 9d3c7badb5fd1b9319b35be74e3757702b499d9b (diff) | |
download | nextcloud-server-ef8826ac2d8438870e1bc42bf51cf28221461cb7.tar.gz nextcloud-server-ef8826ac2d8438870e1bc42bf51cf28221461cb7.zip |
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
Diffstat (limited to 'apps/calendar/lib')
-rw-r--r-- | apps/calendar/lib/connector_sabre.php | 1 |
1 files changed, 0 insertions, 1 deletions
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', |