patternedRecurrence resource type

Namespace: microsoft.graph

The recurrence pattern and range. This shared object is used to define the recurrence of the following objects:

Properties

Property Type Description
pattern recurrencePattern The frequency of an event.

For access reviews:
  • Do not specify this property for a one-time access review.
  • Only interval, dayOfMonth, and type (weekly, absoluteMonthly) properties of recurrencePattern are supported.
  • range recurrenceRange The duration of an event.

    JSON representation

    The following JSON representation shows the resource type.

    {
      "pattern": {"@odata.type": "microsoft.graph.recurrencePattern"},
      "range": {"@odata.type": "microsoft.graph.recurrenceRange"}
    }