@@ -270,7 +270,8 @@ FeatureEnabledCollectionByToken=True
270270PermittedCreateCollectionByToken=True
271271SupportedConversions=(bday none)
272272PermittedPropertiesOverlay=True
273- SupportedPropertiesOverlay=(C:calendar-description ICAL:calendar-color CR:addressbook-description INF:addressbook-color D:displayname)
273+ SupportedPropertiesOverlay=(C:calendar-description ICAL:calendar-color CR:addressbook-description INF:addressbook-color D:displayname ICAL:calendar-order)
274+ SupportedActions=' {' config' : {' conversion_bday_summary_template' : ' str' , ' conversion_bday_description_template' : ' str' , ' conversion_bday_alarm_trigger_template' : ' str' , ' conversion_bday_categories' : ' str' , ' conversion_bday_age_max' : ' int' }}'
274275```
275276
276277###### json->json, parsed with jq
@@ -285,9 +286,28 @@ curl -u user:$userpw --silent -H "accept: application/json" -d "" http://localho
285286 "PermittedCreateCollectionByMap": true,
286287 "FeatureEnabledCollectionByToken": true,
287288 "PermittedCreateCollectionByToken": true,
288- "SupportedConversions": ["bday", "none"],
289+ "SupportedConversions": [
290+ "bday",
291+ "none"
292+ ],
289293 "PermittedPropertiesOverlay": true,
290- "SupportedPropertiesOverlay": ["C:calendar-description", "ICAL:calendar-color", "CR:addressbook-description", "INF:addressbook-color", "D:displayname"]
294+ "SupportedPropertiesOverlay": [
295+ "C:calendar-description",
296+ "ICAL:calendar-color",
297+ "CR:addressbook-description",
298+ "INF:addressbook-color",
299+ "D:displayname",
300+ "ICAL:calendar-order"
301+ ],
302+ "SupportedActions": {
303+ "config": {
304+ "conversion_bday_summary_template": "str",
305+ "conversion_bday_description_template": "str",
306+ "conversion_bday_alarm_trigger_template": "str",
307+ "conversion_bday_categories": "str",
308+ "conversion_bday_age_max": "int"
309+ }
310+ }
291311}
292312```
293313
0 commit comments