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