INPUT_OBJECT
createExternalCalendarInput
Autogenerated input type of createExternalCalendar
link GraphQL Schema definition
- input createExternalCalendarInput {
- # A unique identifier for the client performing the mutation.
- String :
- String :
- # When true, appointments will automatically be pushed to the external calendar
- Boolean :
- # The email of the Google or Outlook account that is being synced
- String :
- # The date and time the token will expire. In ISO8601 format.
- String :
- # The type of External Calendar. Can either be Google or Outlook
- String :
- # When true, appointments will automatically be pulled from the external calendar
- Boolean :
- # (Only for Google). The calendars to pull in from. Defaults to the primary
- # calendar
- String] : [
- # The refresh token that can be used to generate new access tokens for the sync.
- # This requires whitelabeled calendar sync to be enabled for your account
- String :
- String :
- }