Microsoft Office 365 · Example Payload

Microsoft Graph Calendar Example

CloudCollaborationEnterpriseMicrosoftProductivity

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

Top-level fields

idnamecolorchangeKeycanEditcanSharecanViewPrivateItemsisDefaultCalendarhexColorisRemovableisTallyingResponsesallowedOnlineMeetingProvidersdefaultOnlineMeetingProvider

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "color": "example_value",
  "changeKey": "example_value",
  "canEdit": true,
  "canShare": true,
  "canViewPrivateItems": true,
  "isDefaultCalendar": true,
  "hexColor": "example_value",
  "isRemovable": true,
  "isTallyingResponses": true,
  "allowedOnlineMeetingProviders": [],
  "defaultOnlineMeetingProvider": "example_value"
}