Microsoft Office 365 · JSON Structure

Microsoft Graph Recurrence Range Structure

Type: object Properties: 5
CloudCollaborationEnterpriseMicrosoftProductivity

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

Properties

type startDate endDate numberOfOccurrences recurrenceTimeZone

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RecurrenceRange",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "numberOfOccurrences": {
      "type": "integer"
    },
    "recurrenceTimeZone": {
      "type": "string"
    }
  }
}