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