Microsoft Graph · Schema

recurrencePattern

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task

Properties

Name Type Description
dayOfMonth number The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.
daysOfWeek array A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, a
firstDayOfWeek object The first day of the week. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. Default is sunday. Required if type is weekly.
index object Specifies on which instance of the allowed days specified in daysOfWeek the event occurs, counted from the first instance in the month. The possible values are: first, second, third, fourth, last. Def
interval number The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.
month number The month in which the event occurs. This is a number from 1 to 12.
type object The recurrence pattern type: daily, weekly, absoluteMonthly, relativeMonthly, absoluteYearly, relativeYearly. Required. For more information, see values of type property.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphrecurrencepattern-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.recurrencePattern",
  "title": "recurrencePattern",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "dayOfMonth": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.",
      "format": "int32"
    },
    "daysOfWeek": {
      "type": "array",
      "items": {
        "anyOf": [
          {
            "$ref": "#/components/schemas/microsoft.graph.dayOfWeek"
          },
          {
            "type": "object",
            "nullable": true
          }
        ]
      },
      "description": "A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern.  Required if type is weekly, relativeMonthly, or relativeYearly."
    },
    "firstDayOfWeek": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.dayOfWeek"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "The first day of the week. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. Default is sunday. Required if type is weekly."
    },
    "index": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.weekIndex"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Specifies on which instance of the allowed days specified in daysOfWeek the event occurs, counted from the first instance in the month. The possible values are: first, second, third, fourth, last. Default is first. Optional and used if type is relativeMonthly or relativeYearly."
    },
    "interval": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.",
      "format": "int32"
    },
    "month": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "The month in which the event occurs.  This is a number from 1 to 12.",
      "format": "int32"
    },
    "type": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.recurrencePatternType"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "The recurrence pattern type: daily, weekly, absoluteMonthly, relativeMonthly, absoluteYearly, relativeYearly. Required. For more information, see values of type property."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphrecurrencepattern"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.