INPUT_OBJECT
The input object that defines the fields for the updateCalendarSystemSettings mutation.
input UpdateCalendarSystemSettingsMutationInput {# If enabled allow external calendar integrations to sync.calendar_allow_external_sync: Boolean# Number of months to sync calendar history, 0-3 allowed. Future will always # sync.calendar_history_sync_maximum: Int}