CalendarCollectionResponse

CloudCollaborationEnterpriseMicrosoftProductivity

Properties

Name Type Description
@odata.context string
@odata.nextLink string
value array
View JSON Schema on GitHub

JSON Schema

microsoft-graph-calendar-collection-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CalendarCollectionResponse",
  "type": "object",
  "properties": {
    "@odata.context": {
      "type": "string"
    },
    "@odata.nextLink": {
      "type": "string"
    },
    "value": {
      "type": "array"
    }
  }
}