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