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 AcceptEventOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultAcceptEventOperationOptions() AcceptEventOperationOptions + func (o AcceptEventOperationOptions) ToHeaders() *client.Headers + func (o AcceptEventOperationOptions) ToOData() *odata.Query + func (o AcceptEventOperationOptions) ToQuery() *client.QueryParams + type AcceptEventOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type AcceptEventRequest struct + Comment nullable.Type[string] + SendResponse nullable.Type[bool] + type CancelEventOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCancelEventOperationOptions() CancelEventOperationOptions + func (o CancelEventOperationOptions) ToHeaders() *client.Headers + func (o CancelEventOperationOptions) ToOData() *odata.Query + func (o CancelEventOperationOptions) ToQuery() *client.QueryParams + type CancelEventOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CancelEventRequest struct + Comment nullable.Type[string] + type CreateEventOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateEventOperationOptions() CreateEventOperationOptions + func (o CreateEventOperationOptions) ToHeaders() *client.Headers + func (o CreateEventOperationOptions) ToOData() *odata.Query + func (o CreateEventOperationOptions) ToQuery() *client.QueryParams + type CreateEventOperationResponse struct + HttpResponse *http.Response + Model *beta.Event + OData *odata.OData + type DeclineEventOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeclineEventOperationOptions() DeclineEventOperationOptions + func (o DeclineEventOperationOptions) ToHeaders() *client.Headers + func (o DeclineEventOperationOptions) ToOData() *odata.Query + func (o DeclineEventOperationOptions) ToQuery() *client.QueryParams + type DeclineEventOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DeclineEventRequest struct + Comment nullable.Type[string] + ProposedNewTime *beta.TimeSlot + SendResponse nullable.Type[bool] + type DeleteEventOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteEventOperationOptions() DeleteEventOperationOptions + func (o DeleteEventOperationOptions) ToHeaders() *client.Headers + func (o DeleteEventOperationOptions) ToOData() *odata.Query + func (o DeleteEventOperationOptions) ToQuery() *client.QueryParams + type DeleteEventOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DismissEventReminderOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDismissEventReminderOperationOptions() DismissEventReminderOperationOptions + func (o DismissEventReminderOperationOptions) ToHeaders() *client.Headers + func (o DismissEventReminderOperationOptions) ToOData() *odata.Query + func (o DismissEventReminderOperationOptions) ToQuery() *client.QueryParams + type DismissEventReminderOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type EventClient struct + Client *msgraph.Client + func NewEventClientWithBaseURI(sdkApi sdkEnv.Api) (*EventClient, error) + func (c EventClient) AcceptEvent(ctx context.Context, id beta.GroupIdEventId, input AcceptEventRequest, ...) (result AcceptEventOperationResponse, err error) + func (c EventClient) CancelEvent(ctx context.Context, id beta.GroupIdEventId, input CancelEventRequest, ...) (result CancelEventOperationResponse, err error) + func (c EventClient) CreateEvent(ctx context.Context, id beta.GroupId, input beta.Event, ...) (result CreateEventOperationResponse, err error) + func (c EventClient) DeclineEvent(ctx context.Context, id beta.GroupIdEventId, input DeclineEventRequest, ...) (result DeclineEventOperationResponse, err error) + func (c EventClient) DeleteEvent(ctx context.Context, id beta.GroupIdEventId, ...) (result DeleteEventOperationResponse, err error) + func (c EventClient) DismissEventReminder(ctx context.Context, id beta.GroupIdEventId, ...) (result DismissEventReminderOperationResponse, err error) + func (c EventClient) ForwardEvent(ctx context.Context, id beta.GroupIdEventId, input ForwardEventRequest, ...) (result ForwardEventOperationResponse, err error) + func (c EventClient) GetEvent(ctx context.Context, id beta.GroupIdEventId, options GetEventOperationOptions) (result GetEventOperationResponse, err error) + func (c EventClient) GetEventsCount(ctx context.Context, id beta.GroupId, options GetEventsCountOperationOptions) (result GetEventsCountOperationResponse, err error) + func (c EventClient) ListEvents(ctx context.Context, id beta.GroupId, options ListEventsOperationOptions) (result ListEventsOperationResponse, err error) + func (c EventClient) ListEventsComplete(ctx context.Context, id beta.GroupId, options ListEventsOperationOptions) (ListEventsCompleteResult, error) + func (c EventClient) ListEventsCompleteMatchingPredicate(ctx context.Context, id beta.GroupId, options ListEventsOperationOptions, ...) (result ListEventsCompleteResult, err error) + func (c EventClient) SnoozeEventReminder(ctx context.Context, id beta.GroupIdEventId, input SnoozeEventReminderRequest, ...) (result SnoozeEventReminderOperationResponse, err error) + func (c EventClient) TentativelyAcceptEvent(ctx context.Context, id beta.GroupIdEventId, ...) (result TentativelyAcceptEventOperationResponse, err error) + func (c EventClient) UpdateEvent(ctx context.Context, id beta.GroupIdEventId, input beta.Event, ...) (result UpdateEventOperationResponse, err error) + type EventOperationPredicate struct + func (p EventOperationPredicate) Matches(input beta.Event) bool + type ForwardEventOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultForwardEventOperationOptions() ForwardEventOperationOptions + func (o ForwardEventOperationOptions) ToHeaders() *client.Headers + func (o ForwardEventOperationOptions) ToOData() *odata.Query + func (o ForwardEventOperationOptions) ToQuery() *client.QueryParams + type ForwardEventOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ForwardEventRequest struct + Comment nullable.Type[string] + ToRecipients *[]beta.Recipient + type GetEventOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetEventOperationOptions() GetEventOperationOptions + func (o GetEventOperationOptions) ToHeaders() *client.Headers + func (o GetEventOperationOptions) ToOData() *odata.Query + func (o GetEventOperationOptions) ToQuery() *client.QueryParams + type GetEventOperationResponse struct + HttpResponse *http.Response + Model *beta.Event + OData *odata.OData + type GetEventsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetEventsCountOperationOptions() GetEventsCountOperationOptions + func (o GetEventsCountOperationOptions) ToHeaders() *client.Headers + func (o GetEventsCountOperationOptions) ToOData() *odata.Query + func (o GetEventsCountOperationOptions) ToQuery() *client.QueryParams + type GetEventsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListEventsCompleteResult struct + Items []beta.Event + LatestHttpResponse *http.Response + type ListEventsCustomPager struct + NextLink *odata.Link + func (p *ListEventsCustomPager) NextPageLink() *odata.Link + type ListEventsOperationOptions 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 DefaultListEventsOperationOptions() ListEventsOperationOptions + func (o ListEventsOperationOptions) ToHeaders() *client.Headers + func (o ListEventsOperationOptions) ToOData() *odata.Query + func (o ListEventsOperationOptions) ToQuery() *client.QueryParams + type ListEventsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.Event + OData *odata.OData + type SnoozeEventReminderOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSnoozeEventReminderOperationOptions() SnoozeEventReminderOperationOptions + func (o SnoozeEventReminderOperationOptions) ToHeaders() *client.Headers + func (o SnoozeEventReminderOperationOptions) ToOData() *odata.Query + func (o SnoozeEventReminderOperationOptions) ToQuery() *client.QueryParams + type SnoozeEventReminderOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type SnoozeEventReminderRequest struct + NewReminderTime *beta.DateTimeTimeZone + type TentativelyAcceptEventOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultTentativelyAcceptEventOperationOptions() TentativelyAcceptEventOperationOptions + func (o TentativelyAcceptEventOperationOptions) ToHeaders() *client.Headers + func (o TentativelyAcceptEventOperationOptions) ToOData() *odata.Query + func (o TentativelyAcceptEventOperationOptions) ToQuery() *client.QueryParams + type TentativelyAcceptEventOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type TentativelyAcceptEventRequest struct + Comment nullable.Type[string] + ProposedNewTime *beta.TimeSlot + SendResponse nullable.Type[bool] + type UpdateEventOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateEventOperationOptions() UpdateEventOperationOptions + func (o UpdateEventOperationOptions) ToHeaders() *client.Headers + func (o UpdateEventOperationOptions) ToOData() *odata.Query + func (o UpdateEventOperationOptions) ToQuery() *client.QueryParams + type UpdateEventOperationResponse struct + HttpResponse *http.Response + OData *odata.OData