Microsoft Office 365 · JSON Structure

Microsoft Graph Calendar Structure

Type: object Properties: 13
CloudCollaborationEnterpriseMicrosoftProductivity

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

Properties

id name color changeKey canEdit canShare canViewPrivateItems isDefaultCalendar hexColor isRemovable isTallyingResponses allowedOnlineMeetingProviders defaultOnlineMeetingProvider

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Calendar",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "color": {
      "type": "string"
    },
    "changeKey": {
      "type": "string"
    },
    "canEdit": {
      "type": "boolean"
    },
    "canShare": {
      "type": "boolean"
    },
    "canViewPrivateItems": {
      "type": "boolean"
    },
    "isDefaultCalendar": {
      "type": "boolean"
    },
    "hexColor": {
      "type": "string"
    },
    "isRemovable": {
      "type": "boolean"
    },
    "isTallyingResponses": {
      "type": "boolean"
    },
    "allowedOnlineMeetingProviders": {
      "type": "array"
    },
    "defaultOnlineMeetingProvider": {
      "type": "string"
    }
  }
}