MigrationVersion: 2.1.2On this pageMigration 1.1.x -> 2.x.x Auto prop/filter converter that can help you transition from 1.1.x to 1.2.x. prop:[ { "name": "calendar-description", "namespace": "urn:ietf:params:xml:ns:caldav" } ]converted:{ "c:calendar-description": {} } filter:[ { "type": "comp-filter", "attributes": { "name": "VCALENDAR" }, "children": [ { "type": "comp-filter", "attributes": { "name": "VEVENT" } } ] } ]converted:[ { "comp-filter": { "_attributes": { "name": "VCALENDAR" }, "comp-filter": { "_attributes": { "name": "VEVENT" } } } } ]