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 AcceptCalendarViewOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultAcceptCalendarViewOperationOptions() AcceptCalendarViewOperationOptions + func (o AcceptCalendarViewOperationOptions) ToHeaders() *client.Headers + func (o AcceptCalendarViewOperationOptions) ToOData() *odata.Query + func (o AcceptCalendarViewOperationOptions) ToQuery() *client.QueryParams + type AcceptCalendarViewOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type AcceptCalendarViewRequest struct + Comment nullable.Type[string] + SendResponse nullable.Type[bool] + type CalendarViewClient struct + Client *msgraph.Client + func NewCalendarViewClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarViewClient, error) + func (c CalendarViewClient) AcceptCalendarView(ctx context.Context, id stable.GroupIdCalendarViewId, ...) (result AcceptCalendarViewOperationResponse, err error) + func (c CalendarViewClient) CancelCalendarView(ctx context.Context, id stable.GroupIdCalendarViewId, ...) (result CancelCalendarViewOperationResponse, err error) + func (c CalendarViewClient) DeclineCalendarView(ctx context.Context, id stable.GroupIdCalendarViewId, ...) (result DeclineCalendarViewOperationResponse, err error) + func (c CalendarViewClient) DismissCalendarViewReminder(ctx context.Context, id stable.GroupIdCalendarViewId, ...) (result DismissCalendarViewReminderOperationResponse, err error) + func (c CalendarViewClient) ForwardCalendarView(ctx context.Context, id stable.GroupIdCalendarViewId, ...) (result ForwardCalendarViewOperationResponse, err error) + func (c CalendarViewClient) GetCalendarView(ctx context.Context, id stable.GroupIdCalendarViewId, ...) (result GetCalendarViewOperationResponse, err error) + func (c CalendarViewClient) GetCalendarViewCount(ctx context.Context, id stable.GroupId, ...) (result GetCalendarViewCountOperationResponse, err error) + func (c CalendarViewClient) ListCalendarViews(ctx context.Context, id stable.GroupId, ...) (result ListCalendarViewsOperationResponse, err error) + func (c CalendarViewClient) ListCalendarViewsComplete(ctx context.Context, id stable.GroupId, ...) (ListCalendarViewsCompleteResult, error) + func (c CalendarViewClient) ListCalendarViewsCompleteMatchingPredicate(ctx context.Context, id stable.GroupId, ...) (result ListCalendarViewsCompleteResult, err error) + func (c CalendarViewClient) SnoozeCalendarViewReminder(ctx context.Context, id stable.GroupIdCalendarViewId, ...) (result SnoozeCalendarViewReminderOperationResponse, err error) + func (c CalendarViewClient) TentativelyAcceptCalendarView(ctx context.Context, id stable.GroupIdCalendarViewId, ...) (result TentativelyAcceptCalendarViewOperationResponse, err error) + type CancelCalendarViewOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCancelCalendarViewOperationOptions() CancelCalendarViewOperationOptions + func (o CancelCalendarViewOperationOptions) ToHeaders() *client.Headers + func (o CancelCalendarViewOperationOptions) ToOData() *odata.Query + func (o CancelCalendarViewOperationOptions) ToQuery() *client.QueryParams + type CancelCalendarViewOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CancelCalendarViewRequest struct + Comment nullable.Type[string] + type DeclineCalendarViewOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeclineCalendarViewOperationOptions() DeclineCalendarViewOperationOptions + func (o DeclineCalendarViewOperationOptions) ToHeaders() *client.Headers + func (o DeclineCalendarViewOperationOptions) ToOData() *odata.Query + func (o DeclineCalendarViewOperationOptions) ToQuery() *client.QueryParams + type DeclineCalendarViewOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DeclineCalendarViewRequest struct + Comment nullable.Type[string] + ProposedNewTime *stable.TimeSlot + SendResponse nullable.Type[bool] + type DismissCalendarViewReminderOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDismissCalendarViewReminderOperationOptions() DismissCalendarViewReminderOperationOptions + func (o DismissCalendarViewReminderOperationOptions) ToHeaders() *client.Headers + func (o DismissCalendarViewReminderOperationOptions) ToOData() *odata.Query + func (o DismissCalendarViewReminderOperationOptions) ToQuery() *client.QueryParams + type DismissCalendarViewReminderOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type EventOperationPredicate struct + func (p EventOperationPredicate) Matches(input stable.Event) bool + type ForwardCalendarViewOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultForwardCalendarViewOperationOptions() ForwardCalendarViewOperationOptions + func (o ForwardCalendarViewOperationOptions) ToHeaders() *client.Headers + func (o ForwardCalendarViewOperationOptions) ToOData() *odata.Query + func (o ForwardCalendarViewOperationOptions) ToQuery() *client.QueryParams + type ForwardCalendarViewOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ForwardCalendarViewRequest struct + Comment nullable.Type[string] + ToRecipients *[]stable.Recipient + type GetCalendarViewCountOperationOptions struct + EndDateTime *string + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + StartDateTime *string + func DefaultGetCalendarViewCountOperationOptions() GetCalendarViewCountOperationOptions + func (o GetCalendarViewCountOperationOptions) ToHeaders() *client.Headers + func (o GetCalendarViewCountOperationOptions) ToOData() *odata.Query + func (o GetCalendarViewCountOperationOptions) ToQuery() *client.QueryParams + type GetCalendarViewCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type GetCalendarViewOperationOptions struct + EndDateTime *string + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + StartDateTime *string + func DefaultGetCalendarViewOperationOptions() GetCalendarViewOperationOptions + func (o GetCalendarViewOperationOptions) ToHeaders() *client.Headers + func (o GetCalendarViewOperationOptions) ToOData() *odata.Query + func (o GetCalendarViewOperationOptions) ToQuery() *client.QueryParams + type GetCalendarViewOperationResponse struct + HttpResponse *http.Response + Model *stable.Event + OData *odata.OData + type ListCalendarViewsCompleteResult struct + Items []stable.Event + LatestHttpResponse *http.Response + type ListCalendarViewsCustomPager struct + NextLink *odata.Link + func (p *ListCalendarViewsCustomPager) NextPageLink() *odata.Link + type ListCalendarViewsOperationOptions struct + Count *bool + EndDateTime *string + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + StartDateTime *string + Top *int64 + func DefaultListCalendarViewsOperationOptions() ListCalendarViewsOperationOptions + func (o ListCalendarViewsOperationOptions) ToHeaders() *client.Headers + func (o ListCalendarViewsOperationOptions) ToOData() *odata.Query + func (o ListCalendarViewsOperationOptions) ToQuery() *client.QueryParams + type ListCalendarViewsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.Event + OData *odata.OData + type SnoozeCalendarViewReminderOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSnoozeCalendarViewReminderOperationOptions() SnoozeCalendarViewReminderOperationOptions + func (o SnoozeCalendarViewReminderOperationOptions) ToHeaders() *client.Headers + func (o SnoozeCalendarViewReminderOperationOptions) ToOData() *odata.Query + func (o SnoozeCalendarViewReminderOperationOptions) ToQuery() *client.QueryParams + type SnoozeCalendarViewReminderOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type SnoozeCalendarViewReminderRequest struct + NewReminderTime *stable.DateTimeTimeZone + type TentativelyAcceptCalendarViewOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultTentativelyAcceptCalendarViewOperationOptions() TentativelyAcceptCalendarViewOperationOptions + func (o TentativelyAcceptCalendarViewOperationOptions) ToHeaders() *client.Headers + func (o TentativelyAcceptCalendarViewOperationOptions) ToOData() *odata.Query + func (o TentativelyAcceptCalendarViewOperationOptions) ToQuery() *client.QueryParams + type TentativelyAcceptCalendarViewOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type TentativelyAcceptCalendarViewRequest struct + Comment nullable.Type[string] + ProposedNewTime *stable.TimeSlot + SendResponse nullable.Type[bool]