Microsoft Office 365 · JSON Structure

Microsoft Graph Recurrence Pattern Structure

Type: object Properties: 7
CloudCollaborationEnterpriseMicrosoftProductivity

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

Properties

type interval daysOfWeek dayOfMonth month firstDayOfWeek index

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RecurrencePattern",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "interval": {
      "type": "integer"
    },
    "daysOfWeek": {
      "type": "array"
    },
    "dayOfMonth": {
      "type": "integer"
    },
    "month": {
      "type": "integer"
    },
    "firstDayOfWeek": {
      "type": "string"
    },
    "index": {
      "type": "string"
    }
  }
}