Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CreateOnlineMeetingOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateOnlineMeetingOperationOptions() CreateOnlineMeetingOperationOptions + func (o CreateOnlineMeetingOperationOptions) ToHeaders() *client.Headers + func (o CreateOnlineMeetingOperationOptions) ToOData() *odata.Query + func (o CreateOnlineMeetingOperationOptions) ToQuery() *client.QueryParams + type CreateOnlineMeetingOperationResponse struct + HttpResponse *http.Response + Model *stable.OnlineMeeting + OData *odata.OData + type CreateOrGetOnlineMeetingsOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateOrGetOnlineMeetingsOperationOptions() CreateOrGetOnlineMeetingsOperationOptions + func (o CreateOrGetOnlineMeetingsOperationOptions) ToHeaders() *client.Headers + func (o CreateOrGetOnlineMeetingsOperationOptions) ToOData() *odata.Query + func (o CreateOrGetOnlineMeetingsOperationOptions) ToQuery() *client.QueryParams + type CreateOrGetOnlineMeetingsOperationResponse struct + HttpResponse *http.Response + Model *stable.OnlineMeeting + OData *odata.OData + type CreateOrGetOnlineMeetingsRequest struct + ChatInfo *stable.ChatInfo + EndDateTime nullable.Type[string] + ExternalId *string + Participants *stable.MeetingParticipants + StartDateTime nullable.Type[string] + Subject nullable.Type[string] + type DeleteOnlineMeetingOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteOnlineMeetingOperationOptions() DeleteOnlineMeetingOperationOptions + func (o DeleteOnlineMeetingOperationOptions) ToHeaders() *client.Headers + func (o DeleteOnlineMeetingOperationOptions) ToOData() *odata.Query + func (o DeleteOnlineMeetingOperationOptions) ToQuery() *client.QueryParams + type DeleteOnlineMeetingOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOnlineMeetingOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetOnlineMeetingOperationOptions() GetOnlineMeetingOperationOptions + func (o GetOnlineMeetingOperationOptions) ToHeaders() *client.Headers + func (o GetOnlineMeetingOperationOptions) ToOData() *odata.Query + func (o GetOnlineMeetingOperationOptions) ToQuery() *client.QueryParams + type GetOnlineMeetingOperationResponse struct + HttpResponse *http.Response + Model *stable.OnlineMeeting + OData *odata.OData + type GetOnlineMeetingsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetOnlineMeetingsCountOperationOptions() GetOnlineMeetingsCountOperationOptions + func (o GetOnlineMeetingsCountOperationOptions) ToHeaders() *client.Headers + func (o GetOnlineMeetingsCountOperationOptions) ToOData() *odata.Query + func (o GetOnlineMeetingsCountOperationOptions) ToQuery() *client.QueryParams + type GetOnlineMeetingsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListOnlineMeetingsCompleteResult struct + Items []stable.OnlineMeeting + LatestHttpResponse *http.Response + type ListOnlineMeetingsCustomPager struct + NextLink *odata.Link + func (p *ListOnlineMeetingsCustomPager) NextPageLink() *odata.Link + type ListOnlineMeetingsOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListOnlineMeetingsOperationOptions() ListOnlineMeetingsOperationOptions + func (o ListOnlineMeetingsOperationOptions) ToHeaders() *client.Headers + func (o ListOnlineMeetingsOperationOptions) ToOData() *odata.Query + func (o ListOnlineMeetingsOperationOptions) ToQuery() *client.QueryParams + type ListOnlineMeetingsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.OnlineMeeting + OData *odata.OData + type OnlineMeetingClient struct + Client *msgraph.Client + func NewOnlineMeetingClientWithBaseURI(sdkApi sdkEnv.Api) (*OnlineMeetingClient, error) + func (c OnlineMeetingClient) CreateOnlineMeeting(ctx context.Context, input stable.OnlineMeeting, ...) (result CreateOnlineMeetingOperationResponse, err error) + func (c OnlineMeetingClient) CreateOrGetOnlineMeetings(ctx context.Context, input CreateOrGetOnlineMeetingsRequest, ...) (result CreateOrGetOnlineMeetingsOperationResponse, err error) + func (c OnlineMeetingClient) DeleteOnlineMeeting(ctx context.Context, id stable.MeOnlineMeetingId, ...) (result DeleteOnlineMeetingOperationResponse, err error) + func (c OnlineMeetingClient) GetOnlineMeeting(ctx context.Context, id stable.MeOnlineMeetingId, ...) (result GetOnlineMeetingOperationResponse, err error) + func (c OnlineMeetingClient) GetOnlineMeetingsCount(ctx context.Context, options GetOnlineMeetingsCountOperationOptions) (result GetOnlineMeetingsCountOperationResponse, err error) + func (c OnlineMeetingClient) ListOnlineMeetings(ctx context.Context, options ListOnlineMeetingsOperationOptions) (result ListOnlineMeetingsOperationResponse, err error) + func (c OnlineMeetingClient) ListOnlineMeetingsComplete(ctx context.Context, options ListOnlineMeetingsOperationOptions) (ListOnlineMeetingsCompleteResult, error) + func (c OnlineMeetingClient) ListOnlineMeetingsCompleteMatchingPredicate(ctx context.Context, options ListOnlineMeetingsOperationOptions, ...) (result ListOnlineMeetingsCompleteResult, err error) + func (c OnlineMeetingClient) SendOnlineMeetingVirtualAppointmentReminderSms(ctx context.Context, id stable.MeOnlineMeetingId, ...) (result SendOnlineMeetingVirtualAppointmentReminderSmsOperationResponse, ...) + func (c OnlineMeetingClient) SendOnlineMeetingVirtualAppointmentSms(ctx context.Context, id stable.MeOnlineMeetingId, ...) (result SendOnlineMeetingVirtualAppointmentSmsOperationResponse, err error) + func (c OnlineMeetingClient) UpdateOnlineMeeting(ctx context.Context, id stable.MeOnlineMeetingId, input stable.OnlineMeeting, ...) (result UpdateOnlineMeetingOperationResponse, err error) + type OnlineMeetingOperationPredicate struct + func (p OnlineMeetingOperationPredicate) Matches(input stable.OnlineMeeting) bool + type SendOnlineMeetingVirtualAppointmentReminderSmsOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSendOnlineMeetingVirtualAppointmentReminderSmsOperationOptions() SendOnlineMeetingVirtualAppointmentReminderSmsOperationOptions + func (o SendOnlineMeetingVirtualAppointmentReminderSmsOperationOptions) ToHeaders() *client.Headers + func (o SendOnlineMeetingVirtualAppointmentReminderSmsOperationOptions) ToOData() *odata.Query + func (o SendOnlineMeetingVirtualAppointmentReminderSmsOperationOptions) ToQuery() *client.QueryParams + type SendOnlineMeetingVirtualAppointmentReminderSmsOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type SendOnlineMeetingVirtualAppointmentReminderSmsRequest struct + Attendees *[]stable.AttendeeNotificationInfo + RemindBeforeTimeInMinutesType *stable.RemindBeforeTimeInMinutesType + type SendOnlineMeetingVirtualAppointmentSmsOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSendOnlineMeetingVirtualAppointmentSmsOperationOptions() SendOnlineMeetingVirtualAppointmentSmsOperationOptions + func (o SendOnlineMeetingVirtualAppointmentSmsOperationOptions) ToHeaders() *client.Headers + func (o SendOnlineMeetingVirtualAppointmentSmsOperationOptions) ToOData() *odata.Query + func (o SendOnlineMeetingVirtualAppointmentSmsOperationOptions) ToQuery() *client.QueryParams + type SendOnlineMeetingVirtualAppointmentSmsOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type SendOnlineMeetingVirtualAppointmentSmsRequest struct + Attendees *[]stable.AttendeeNotificationInfo + MessageType *stable.VirtualAppointmentMessageType + type UpdateOnlineMeetingOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateOnlineMeetingOperationOptions() UpdateOnlineMeetingOperationOptions + func (o UpdateOnlineMeetingOperationOptions) ToHeaders() *client.Headers + func (o UpdateOnlineMeetingOperationOptions) ToOData() *odata.Query + func (o UpdateOnlineMeetingOperationOptions) ToQuery() *client.QueryParams + type UpdateOnlineMeetingOperationResponse struct + HttpResponse *http.Response + OData *odata.OData