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! :
- # ID of the snapshot from which to restore.
- UUID! :
- # Specifies the hierarchy type of the event to be restored.
- ExchangeItemHierarchyType :
- }