changedInput schema / properties / body / properties / attendees / items / additionalProperties
Previous value: -falseNew value: +true
changedInput schema / properties / body / properties / attendees / items / properties / emailAddress / additionalProperties
Previous value: -falseNew value: +true
changedInput schema / properties / body / properties / attendees / items / properties / proposedNewTime / additionalProperties
Previous value: -falseNew value: +true
addedInput schema / properties / body / properties / attendees / items / properties / proposedNewTime / properties / end / $ref
Added value: +"#/properties/body/properties/start"
removedInput schema / properties / body / properties / attendees / items / properties / proposedNewTime / properties / end / additionalProperties
Removed value: -false
removedInput schema / properties / body / properties / attendees / items / properties / proposedNewTime / properties / end / properties
Removed value: -{
- "dateTime": {
- "description": "A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).",
- "type": "string"
- },
- "timeZone": {
- "description": "Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.",
- "type": [
- "string",
- "null"
- ]
- }
-}
removedInput schema / properties / body / properties / attendees / items / properties / proposedNewTime / properties / end / type
Removed value: -"object"
changedInput schema / properties / body / properties / attendees / items / properties / proposedNewTime / properties / start / $ref
Previous value: -"#/properties/body/properties/attendees/items/properties/proposedNewTime/properties/end"New value: +"#/properties/body/properties/start"
changedInput schema / properties / body / properties / attendees / items / properties / status / additionalProperties
Previous value: -falseNew value: +true
changedInput schema / properties / body / properties / body / additionalProperties
Previous value: -falseNew value: +true
removedInput schema / properties / body / properties / bodyPreview
Removed value: -{
- "description": "The preview of the message associated with the event. It's in text format.",
- "type": [
- "string",
- "null"
- ]
-}
removedInput schema / properties / body / properties / cancelledOccurrences
Removed value: -{
- "description": "Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event.",
- "items": {
- "type": "string"
- },
- "type": "array"
-}
changedInput schema / properties / body / properties / end / $ref
Previous value: -"#/properties/body/properties/attendees/items/properties/proposedNewTime/properties/end"New value: +"#/properties/body/properties/start"
removedInput schema / properties / body / properties / hasAttachments
Removed value: -{
- "description": "Set to true if the event has attachments.",
- "type": [
- "boolean",
- "null"
- ]
-}
removedInput schema / properties / body / properties / hideAttendees
Removed value: -{
- "description": "When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. The default is false.",
- "type": [
- "boolean",
- "null"
- ]
-}
removedInput schema / properties / body / properties / iCalUId
Removed value: -{
- "description": "A unique identifier for an event across calendars. This ID is different for each occurrence in a recurring series. Read-only.",
- "type": [
- "string",
- "null"
- ]
-}
removedInput schema / properties / body / properties / isCancelled
Removed value: -{
- "description": "Set to true if the event has been canceled.",
- "type": [
- "boolean",
- "null"
- ]
-}
removedInput schema / properties / body / properties / isDraft
Removed value: -{
- "description": "Set to true if the user has updated the meeting in Outlook but hasn't sent the updates to attendees. Set to false if all changes are sent, or if the event is an appointment without any attendees.",
- "type": [
- "boolean",
- "null"
- ]
-}
removedInput schema / properties / body / properties / isOrganizer
Removed value: -{
- "description": "Set to true if the calendar owner (specified by the owner property of the calendar) is the organizer of the event (specified by the organizer property of the event). It also applies if a delegate organized the event on behalf of the owner.",
- "type": [
- "boolean",
- "null"
- ]
-}
changedInput schema / properties / body / properties / location / additionalProperties
Previous value: -falseNew value: +true
changedInput schema / properties / body / properties / location / properties / address / additionalProperties
Previous value: -falseNew value: +true
changedInput schema / properties / body / properties / location / properties / coordinates / additionalProperties
Previous value: -falseNew value: +true
addedInput schema / properties / body / properties / multiValueExtendedProperties
Added value: +{
+ "description": "The collection of multi-value extended properties defined for the event. Read-only. Nullable.",
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "id": {
+ "description": "The unique identifier for an entity. Read-only.",
+ "type": "string"
+ },
+ "value": {
+ "description": "A collection of property values.",
+ "items": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedInput schema / properties / body / properties / recurrence
Added value: +{
+ "additionalProperties": true,
+ "properties": {
+ "pattern": {
+ "additionalProperties": true,
+ "properties": {
+ "dayOfMonth": {
+ "description": "The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.",
+ "maximum": 2147483647,
+ "minimum": -2147483648,
+ "type": "number"
+ },
+ "daysOfWeek": {
+ "description": "A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.",
+ "items": {
+ "anyOf": [
+ {
+ "enum": [
+ "sunday",
+ "monday",
+ "tuesday",
+ "wednesday",
+ "thursday",
+ "friday",
+ "saturday"
+ ],
+ "type": "string"
+ },
+ {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ }
+ ]
+ },
+ "type": "array"
+ },
+ "firstDayOfWeek": {
+ "$ref": "#/properties/body/properties/recurrence/properties/pattern/properties/daysOfWeek/items/anyOf/0"
+ },
+ "index": {
+ "enum": [
+ "first",
+ "second",
+ "third",
+ "fourth",
+ "last"
+ ],
+ "type": "string"
+ },
+ "interval": {
+ "description": "The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.",
+ "maximum": 2147483647,
+ "minimum": -2147483648,
+ "type": "number"
+ },
+ "month": {
+ "description": "The month in which the event occurs. This is a number from 1 to 12.",
+ "maximum": 2147483647,
+ "minimum": -2147483648,
+ "type": "number"
+ },
+ "type": {
+ "enum": [
+ "daily",
+ "weekly",
+ "absoluteMonthly",
+ "relativeMonthly",
+ "absoluteYearly",
+ "relativeYearly"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "range": {
+ "additionalProperties": true,
+ "properties": {
+ "endDate": {
+ "anyOf": [
+ {
+ "description": "The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.",
+ "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate."
+ },
+ "numberOfOccurrences": {
+ "description": "The number of times to repeat the event. Required and must be positive if type is numbered.",
+ "maximum": 2147483647,
+ "minimum": -2147483648,
+ "type": "number"
+ },
+ "recurrenceTimeZone": {
+ "description": "Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "startDate": {
+ "anyOf": [
+ {
+ "description": "The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.",
+ "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required."
+ },
+ "type": {
+ "enum": [
+ "endDate",
+ "noEnd",
+ "numbered"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}
addedInput schema / properties / body / properties / reminderMinutesBeforeStart
Added value: +{
+ "anyOf": [
+ {
+ "description": "The number of minutes before the event start time that the reminder alert occurs.",
+ "maximum": 2147483647,
+ "minimum": -2147483648,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "The number of minutes before the event start time that the reminder alert occurs."
+}
addedInput schema / properties / body / properties / responseRequested
Added value: +{
+ "description": "Default is true, which represents the organizer would like an invitee to send a response to the event.",
+ "type": [
+ "boolean",
+ "null"
+ ]
+}
addedInput schema / properties / body / properties / sensitivity
Added value: +{
+ "enum": [
+ "normal",
+ "personal",
+ "private",
+ "confidential"
+ ],
+ "type": "string"
+}
addedInput schema / properties / body / properties / showAs
Added value: +{
+ "enum": [
+ "unknown",
+ "free",
+ "tentative",
+ "busy",
+ "oof",
+ "workingElsewhere"
+ ],
+ "type": "string"
+}
addedInput schema / properties / body / properties / singleValueExtendedProperties
Added value: +{
+ "description": "The collection of single-value extended properties defined for the event. Read-only. Nullable.",
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "id": {
+ "description": "The unique identifier for an entity. Read-only.",
+ "type": "string"
+ },
+ "value": {
+ "description": "A property value.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedInput schema / properties / body / properties / start
Added value: +{
+ "additionalProperties": true,
+ "properties": {
+ "dateTime": {
+ "description": "A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).",
+ "type": "string"
+ },
+ "timeZone": {
+ "description": "Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}