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