OBJECT
O365CalendarEvent
Description
An O365 calendar event object.
link GraphQL Schema definition
- type O365CalendarEvent implements O365ExchangeObject {
- : [String!]!
- : DateTime
- : CalendarEventType!
- # Type of hierarchy for the specified calendar event.
- : ExchangeItemHierarchyType!
- : String!
- # The timestamp when the calendar event was last modified.
- : DateTime
- : String
- : String
- : String
- # The recurrence of the event (if part of a series).
- : O365CalendarEventRecurrence
- : UUID
- # The snapshot time of this version of the event.
- : DateTime
- : DateTime
- : UUID
- }
link Require by
This element is not required by anyone