findmeetingtimes

package
v0.41.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateFindMeetingTimesPostRequestBodyFromDiscriminatorValue added in v0.24.0

CreateFindMeetingTimesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

Types

type FindMeetingTimesPostRequestBody added in v0.24.0

type FindMeetingTimesPostRequestBody struct {
	// contains filtered or unexported fields
}

FindMeetingTimesPostRequestBody provides operations to call the findMeetingTimes method.

func NewFindMeetingTimesPostRequestBody added in v0.24.0

func NewFindMeetingTimesPostRequestBody() *FindMeetingTimesPostRequestBody

NewFindMeetingTimesPostRequestBody instantiates a new findMeetingTimesPostRequestBody and sets the default values.

func (*FindMeetingTimesPostRequestBody) GetAdditionalData added in v0.24.0

func (m *FindMeetingTimesPostRequestBody) GetAdditionalData() map[string]interface{}

GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*FindMeetingTimesPostRequestBody) GetAttendees added in v0.24.0

GetAttendees gets the attendees property value. The attendees property

func (*FindMeetingTimesPostRequestBody) GetFieldDeserializers added in v0.24.0

GetFieldDeserializers the deserialization information for the current model

func (*FindMeetingTimesPostRequestBody) GetIsOrganizerOptional added in v0.24.0

func (m *FindMeetingTimesPostRequestBody) GetIsOrganizerOptional() *bool

GetIsOrganizerOptional gets the isOrganizerOptional property value. The isOrganizerOptional property

func (*FindMeetingTimesPostRequestBody) GetLocationConstraint added in v0.24.0

GetLocationConstraint gets the locationConstraint property value. The locationConstraint property

func (*FindMeetingTimesPostRequestBody) GetMaxCandidates added in v0.24.0

func (m *FindMeetingTimesPostRequestBody) GetMaxCandidates() *int32

GetMaxCandidates gets the maxCandidates property value. The maxCandidates property

func (*FindMeetingTimesPostRequestBody) GetMeetingDuration added in v0.24.0

GetMeetingDuration gets the meetingDuration property value. The meetingDuration property

func (*FindMeetingTimesPostRequestBody) GetMinimumAttendeePercentage added in v0.24.0

func (m *FindMeetingTimesPostRequestBody) GetMinimumAttendeePercentage() *float64

GetMinimumAttendeePercentage gets the minimumAttendeePercentage property value. The minimumAttendeePercentage property

func (*FindMeetingTimesPostRequestBody) GetReturnSuggestionReasons added in v0.24.0

func (m *FindMeetingTimesPostRequestBody) GetReturnSuggestionReasons() *bool

GetReturnSuggestionReasons gets the returnSuggestionReasons property value. The returnSuggestionReasons property

func (*FindMeetingTimesPostRequestBody) GetTimeConstraint added in v0.24.0

GetTimeConstraint gets the timeConstraint property value. The timeConstraint property

func (*FindMeetingTimesPostRequestBody) Serialize added in v0.24.0

Serialize serializes information the current object

func (*FindMeetingTimesPostRequestBody) SetAdditionalData added in v0.24.0

func (m *FindMeetingTimesPostRequestBody) SetAdditionalData(value map[string]interface{})

SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*FindMeetingTimesPostRequestBody) SetAttendees added in v0.24.0

SetAttendees sets the attendees property value. The attendees property

func (*FindMeetingTimesPostRequestBody) SetIsOrganizerOptional added in v0.24.0

func (m *FindMeetingTimesPostRequestBody) SetIsOrganizerOptional(value *bool)

SetIsOrganizerOptional sets the isOrganizerOptional property value. The isOrganizerOptional property

func (*FindMeetingTimesPostRequestBody) SetLocationConstraint added in v0.24.0

SetLocationConstraint sets the locationConstraint property value. The locationConstraint property

func (*FindMeetingTimesPostRequestBody) SetMaxCandidates added in v0.24.0

func (m *FindMeetingTimesPostRequestBody) SetMaxCandidates(value *int32)

SetMaxCandidates sets the maxCandidates property value. The maxCandidates property

func (*FindMeetingTimesPostRequestBody) SetMeetingDuration added in v0.24.0

SetMeetingDuration sets the meetingDuration property value. The meetingDuration property

func (*FindMeetingTimesPostRequestBody) SetMinimumAttendeePercentage added in v0.24.0

func (m *FindMeetingTimesPostRequestBody) SetMinimumAttendeePercentage(value *float64)

SetMinimumAttendeePercentage sets the minimumAttendeePercentage property value. The minimumAttendeePercentage property

func (*FindMeetingTimesPostRequestBody) SetReturnSuggestionReasons added in v0.24.0

func (m *FindMeetingTimesPostRequestBody) SetReturnSuggestionReasons(value *bool)

SetReturnSuggestionReasons sets the returnSuggestionReasons property value. The returnSuggestionReasons property

func (*FindMeetingTimesPostRequestBody) SetTimeConstraint added in v0.24.0

SetTimeConstraint sets the timeConstraint property value. The timeConstraint property

type FindMeetingTimesRequestBuilder

type FindMeetingTimesRequestBuilder struct {
	// contains filtered or unexported fields
}

FindMeetingTimesRequestBuilder provides operations to call the findMeetingTimes method.

func NewFindMeetingTimesRequestBuilder

NewFindMeetingTimesRequestBuilder instantiates a new FindMeetingTimesRequestBuilder and sets the default values.

func NewFindMeetingTimesRequestBuilderInternal

func NewFindMeetingTimesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *FindMeetingTimesRequestBuilder

NewFindMeetingTimesRequestBuilderInternal instantiates a new FindMeetingTimesRequestBuilder and sets the default values.

func (*FindMeetingTimesRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If **findMeetingTimes** cannot return any meeting suggestions, the response would indicate a reason in the **emptySuggestionsReason** property. Based on this value, you can better adjust the parameters and call **findMeetingTimes** again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time.

func (*FindMeetingTimesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration added in v0.22.0

CreatePostRequestInformationWithRequestConfiguration suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If **findMeetingTimes** cannot return any meeting suggestions, the response would indicate a reason in the **emptySuggestionsReason** property. Based on this value, you can better adjust the parameters and call **findMeetingTimes** again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time.

func (*FindMeetingTimesRequestBuilder) Post

Post suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If **findMeetingTimes** cannot return any meeting suggestions, the response would indicate a reason in the **emptySuggestionsReason** property. Based on this value, you can better adjust the parameters and call **findMeetingTimes** again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time.

type FindMeetingTimesRequestBuilderPostRequestConfiguration added in v0.22.0

type FindMeetingTimesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

FindMeetingTimesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL