Microsoft Office 365 · Example Payload

Microsoft Graph Event Update Request Example

CloudCollaborationEnterpriseMicrosoftProductivity

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

Top-level fields

subjectlocationsattendeesisAllDayisOnlineMeetingonlineMeetingProvidershowAsimportancesensitivitycategoriesreminderMinutesBeforeStart

Example Payload

Raw ↑
{
  "subject": "example_value",
  "locations": [],
  "attendees": [],
  "isAllDay": true,
  "isOnlineMeeting": true,
  "onlineMeetingProvider": "example_value",
  "showAs": "example_value",
  "importance": "example_value",
  "sensitivity": "example_value",
  "categories": [],
  "reminderMinutesBeforeStart": 10
}