Skip to content
Snippets Groups Projects
Commit ef8826ac authored by John Kristensen's avatar John Kristensen
Browse files

remove 'description' from OC_Connector_Sabre_CalDAV propertyMap

 * the description field was removed in commit:
     f3f5d775
   but the field was still trying to be mapped - causing errors with CalDAV
parent 9d3c7bad
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment