Microsoft Office 365 · JSON Structure

Microsoft Graph Event Create Request Structure

Type: object Properties: 14
CloudCollaborationEnterpriseMicrosoftProductivity

EventCreateRequest is a JSON Structure definition published by Microsoft Office 365, describing 14 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

subject locations attendees isAllDay isOnlineMeeting onlineMeetingProvider showAs importance sensitivity responseRequested allowNewTimeProposals categories reminderMinutesBeforeStart transactionId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EventCreateRequest",
  "type": "object",
  "properties": {
    "subject": {
      "type": "string"
    },
    "locations": {
      "type": "array"
    },
    "attendees": {
      "type": "array"
    },
    "isAllDay": {
      "type": "boolean"
    },
    "isOnlineMeeting": {
      "type": "boolean"
    },
    "onlineMeetingProvider": {
      "type": "string"
    },
    "showAs": {
      "type": "string"
    },
    "importance": {
      "type": "string"
    },
    "sensitivity": {
      "type": "string"
    },
    "responseRequested": {
      "type": "boolean"
    },
    "allowNewTimeProposals": {
      "type": "boolean"
    },
    "categories": {
      "type": "array"
    },
    "reminderMinutesBeforeStart": {
      "type": "integer"
    },
    "transactionId": {
      "type": "string"
    }
  }
}