Event

An event in a user calendar or the default calendar of a Microsoft 365 group. Contains event details, scheduling, recurrence, attendees, and location information.

CloudCollaborationEnterpriseMicrosoftProductivity

Properties

Name Type Description
id string Unique identifier for the event.
subject string The text of the event's subject line.
bodyPreview string A preview of the message associated with the event.
locations array The locations where the event is held or attended from.
attendees array The collection of attendees for the event.
isAllDay boolean Set to true if the event lasts all day.
isCancelled boolean Set to true if the event has been canceled.
isOrganizer boolean Set to true if the calendar owner is the organizer.
isOnlineMeeting boolean Whether the event is an online meeting.
onlineMeetingProvider string The online meeting service provider.
onlineMeetingUrl string A URL for an online meeting.
seriesMasterId string The ID for the recurring series master item.
type string The event type.
showAs string The status to show.
importance string The importance of the event.
sensitivity string The sensitivity of the event.
responseRequested boolean Whether the organizer would like an invitee to send a response.
allowNewTimeProposals boolean Whether new time proposals are allowed for the event.
categories array The categories associated with the event.
hasAttachments boolean Whether the event has attachments.
iCalUId string A unique identifier across calendars (RFC 2445).
webLink string The URL to open the event in Outlook on the web.
createdDateTime string The date and time the event was created.
lastModifiedDateTime string The date and time the event was last modified.
reminderMinutesBeforeStart integer The number of minutes before the event start time for the reminder alert.
transactionId string A custom identifier for the client to avoid redundant POST operations when client retries.
View JSON Schema on GitHub