Microsoft Graph · Schema

microsoft.graph.eventMessageResponse

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgrapheventmessageresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.eventMessageResponse",
  "title": "microsoft.graph.eventMessageResponse",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.eventMessage"
    },
    {
      "title": "eventMessageResponse",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "proposedNewTime": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.timeSlot"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "An alternate date/time proposed by an invitee for a meeting request to start and end. Read-only. Not filterable."
        },
        "responseType": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.responseType"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Specifies the type of response to a meeting request. The possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.eventMessageResponse"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.eventMessageResponse"
}