Microsoft Office 365 · Example Payload

Microsoft Graph Recurrence Pattern Example

CloudCollaborationEnterpriseMicrosoftProductivity

Microsoft Graph Recurrence Pattern Example is an example object payload from Microsoft Office 365, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeintervaldaysOfWeekdayOfMonthmonthfirstDayOfWeekindex

Example Payload

Raw ↑
{
  "type": "example_value",
  "interval": 10,
  "daysOfWeek": [],
  "dayOfMonth": 10,
  "month": 10,
  "firstDayOfWeek": "example_value",
  "index": "example_value"
}