Skip to main content

AutomaticMeetingRequestStatusUpdateConfigurationInput

Defines the input for automatic meeting request status update configuration.

input AutomaticMeetingRequestStatusUpdateConfigurationInput {
setMeetingStatusTo: MeetingStatus!
updateAfterDateTime: DateTime
updateAfterNumberOfHours: NonNegativeInt
}

Fields

AutomaticMeetingRequestStatusUpdateConfigurationInput.setMeetingStatusTo ● MeetingStatus! non-null enum

The meeting status that the meeting request will be set to.

AutomaticMeetingRequestStatusUpdateConfigurationInput.updateAfterDateTime ● DateTime scalar

The date and time to automatically update the status of any outstanding meeting requests. Optional.

Either updateAfterNumberOfHours or updateAfterDateTime must be specified.

AutomaticMeetingRequestStatusUpdateConfigurationInput.updateAfterNumberOfHours ● NonNegativeInt scalar

The number of hours after a meeting request to automatically update the status an outstanding request. Optional.

Either updateAfterNumberOfHours or updateAfterDateTime must be specified.

Member Of

RegistrationPreferenceMeetingMatchingConfigurationInput input