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": "Type ID",
- "type": "number"
-}
removedInput schema / properties / description / description
Removed value: -"Description"
addedInput schema / properties / end
Added value: +{
+ "description": "End ISO",
+ "type": "string"
+}
removedInput schema / properties / endTime
Removed value: -{
- "description": "End time",
- "type": "string"
-}
removedInput schema / properties / invitees / description
Removed value: -"Invitees"
removedInput schema / properties / location / description
Removed value: -"Location"
addedInput schema / properties / outcomeId
Added value: +{
+ "description": "Outcome ID",
+ "type": "number"
+}
removedInput schema / properties / personId
Removed value: -{
- "description": "Person ID",
- "type": "number"
-}
addedInput schema / properties / start
Added value: +{
+ "description": "Start ISO",
+ "type": "string"
+}
removedInput schema / properties / startTime
Removed value: -{
- "description": "Start time",
- "type": "string"
-}
removedInput schema / properties / title / description
Removed value: -"Title"
addedInput schema / properties / typeId
Added value: +{
+ "description": "Type ID",
+ "type": "number"
+}