Skip to main content

WalkTimeRestrictionsConfiguration

The configuration for meeting walk time restrictions.

type WalkTimeRestrictionsConfiguration {
maximumWalkTimeSeconds: Int
numberOfMeetingsAllowedPerDayThatCanExceedMaximumWalkTime: Int
numberOfSecondsToWalkTenMeters: Int
}

Fields

WalkTimeRestrictionsConfiguration.maximumWalkTimeSeconds ● Int scalar

The maximum walk time between consecutive meetings in seconds. Optional.

WalkTimeRestrictionsConfiguration.numberOfMeetingsAllowedPerDayThatCanExceedMaximumWalkTime ● Int scalar

The number of meetings allowed per day that can exceed the maximum walk time. Optional.

WalkTimeRestrictionsConfiguration.numberOfSecondsToWalkTenMeters ● Int scalar

The number of seconds to walk 10 meters. Optional.

Member Of

RegistrationPreferencesMeetingMatchingConfiguration object