INPUT_OBJECT
EventInfo
Description
Represents the Calendar event to be restored.
link GraphQL Schema definition
- input EventInfo {
- # ID of the event to be restored.
- : String!
- # Specifies the hierarchy type of the event to be restored.
- : ExchangeItemHierarchyType
- # ID of the snapshot from which to restore.
- : UUID!
- }