INPUT_OBJECT
CalendarRestoreConfig
Description
Represents the calendar contents to be restored.
link GraphQL Schema definition
- input CalendarRestoreConfig {
- # Calendar Group(s) to restore in this job.
- : [CalendarGroupInfo!]!
- # Calendar(s) to restore in this job.
- : [CalendarInfo!]!
- # Event(s) to restore in this job.
- : [EventInfo!]!
- # Specifies whether to skip items in the Recoverable Items folder.
- : Boolean
- }