INPUT_OBJECT

CalendarRestoreConfig

Description

Represents the calendar contents to be restored.

link GraphQL Schema definition

  • input CalendarRestoreConfig {
  • # Event(s) to restore in this job.
  • eventsToRestore: [EventInfo!]!
  • # Calendar(s) to restore in this job.
  • calendarsToRestore: [CalendarInfo!]!
  • # Calendar Group(s) to restore in this job.
  • calendarGroupsToRestore: [CalendarGroupInfo!]!
  • }