addedInput schema / properties / allDay
Added value: +{
+ "type": "boolean"
+}
removedInput schema / properties / appointmentOutcomeId
Removed value: -{
- "description": "Outcome ID",
- "type": "number"
-}
removedInput schema / properties / appointmentTypeId
Removed value: -{
- "description": "Appointment type ID",
- "type": "number"
-}
addedInput schema / properties / createdById
Added value: +{
+ "description": "Creator user ID (admin only)",
+ "type": "number"
+}
addedInput schema / properties / end
Added value: +{
+ "description": "End ISO 8601 (required)",
+ "type": "string"
+}
removedInput schema / properties / endTime
Removed value: -{
- "description": "End time ISO",
- "type": "string"
-}
changedInput schema / properties / invitees / description
Previous value: -"Invitees"New value: +"Array of {type:'person'|'user', id:int}"
addedInput schema / properties / outcomeId
Added value: +{
+ "description": "Appointment outcome ID",
+ "type": "number"
+}
removedInput schema / properties / personId
Removed value: -{
- "description": "Person ID",
- "type": "number"
-}
addedInput schema / properties / start
Added value: +{
+ "description": "Start ISO 8601 (required)",
+ "type": "string"
+}
removedInput schema / properties / startTime
Removed value: -{
- "description": "Start time ISO",
- "type": "string"
-}
changedInput schema / properties / title / description
Previous value: -"Appointment title"New value: +"Appointment title (required)"
addedInput schema / properties / typeId
Added value: +{
+ "description": "Appointment type ID",
+ "type": "number"
+}
changedInput schema / required
Previous value: -[]New value: +[
+ "title",
+ "start",
+ "end"
+]