Microsoft Office 365 · JSON Structure

Microsoft Graph Calendar Collection Response Structure

Type: object Properties: 3
CloudCollaborationEnterpriseMicrosoftProductivity

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

Properties

@odata.context @odata.nextLink value

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CalendarCollectionResponse",
  "type": "object",
  "properties": {
    "@odata.context": {
      "type": "string"
    },
    "@odata.nextLink": {
      "type": "string"
    },
    "value": {
      "type": "array"
    }
  }
}