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 AttachmentOperationPredicate struct + func (p AttachmentOperationPredicate) Matches(input stable.Attachment) bool + type CalendarViewAttachmentClient struct + Client *msgraph.Client + func NewCalendarViewAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarViewAttachmentClient, error) + func (c CalendarViewAttachmentClient) CreateCalendarViewAttachment(ctx context.Context, id stable.GroupIdCalendarViewId, input stable.Attachment, ...) (result CreateCalendarViewAttachmentOperationResponse, err error) + func (c CalendarViewAttachmentClient) CreateCalendarViewAttachmentsUploadSession(ctx context.Context, id stable.GroupIdCalendarViewId, ...) (result CreateCalendarViewAttachmentsUploadSessionOperationResponse, err error) + func (c CalendarViewAttachmentClient) DeleteCalendarViewAttachment(ctx context.Context, id stable.GroupIdCalendarViewIdAttachmentId, ...) (result DeleteCalendarViewAttachmentOperationResponse, err error) + func (c CalendarViewAttachmentClient) GetCalendarViewAttachment(ctx context.Context, id stable.GroupIdCalendarViewIdAttachmentId, ...) (result GetCalendarViewAttachmentOperationResponse, err error) + func (c CalendarViewAttachmentClient) GetCalendarViewAttachmentsCount(ctx context.Context, id stable.GroupIdCalendarViewId, ...) (result GetCalendarViewAttachmentsCountOperationResponse, err error) + func (c CalendarViewAttachmentClient) ListCalendarViewAttachments(ctx context.Context, id stable.GroupIdCalendarViewId, ...) (result ListCalendarViewAttachmentsOperationResponse, err error) + func (c CalendarViewAttachmentClient) ListCalendarViewAttachmentsComplete(ctx context.Context, id stable.GroupIdCalendarViewId, ...) (ListCalendarViewAttachmentsCompleteResult, error) + func (c CalendarViewAttachmentClient) ListCalendarViewAttachmentsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdCalendarViewId, ...) (result ListCalendarViewAttachmentsCompleteResult, err error) + type CreateCalendarViewAttachmentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateCalendarViewAttachmentOperationOptions() CreateCalendarViewAttachmentOperationOptions + func (o CreateCalendarViewAttachmentOperationOptions) ToHeaders() *client.Headers + func (o CreateCalendarViewAttachmentOperationOptions) ToOData() *odata.Query + func (o CreateCalendarViewAttachmentOperationOptions) ToQuery() *client.QueryParams + type CreateCalendarViewAttachmentOperationResponse struct + HttpResponse *http.Response + Model stable.Attachment + OData *odata.OData + type CreateCalendarViewAttachmentsUploadSessionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateCalendarViewAttachmentsUploadSessionOperationOptions() CreateCalendarViewAttachmentsUploadSessionOperationOptions + func (o CreateCalendarViewAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers + func (o CreateCalendarViewAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query + func (o CreateCalendarViewAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams + type CreateCalendarViewAttachmentsUploadSessionOperationResponse struct + HttpResponse *http.Response + Model *stable.UploadSession + OData *odata.OData + type CreateCalendarViewAttachmentsUploadSessionRequest struct + AttachmentItem *stable.AttachmentItem + type DeleteCalendarViewAttachmentOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteCalendarViewAttachmentOperationOptions() DeleteCalendarViewAttachmentOperationOptions + func (o DeleteCalendarViewAttachmentOperationOptions) ToHeaders() *client.Headers + func (o DeleteCalendarViewAttachmentOperationOptions) ToOData() *odata.Query + func (o DeleteCalendarViewAttachmentOperationOptions) ToQuery() *client.QueryParams + type DeleteCalendarViewAttachmentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetCalendarViewAttachmentOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetCalendarViewAttachmentOperationOptions() GetCalendarViewAttachmentOperationOptions + func (o GetCalendarViewAttachmentOperationOptions) ToHeaders() *client.Headers + func (o GetCalendarViewAttachmentOperationOptions) ToOData() *odata.Query + func (o GetCalendarViewAttachmentOperationOptions) ToQuery() *client.QueryParams + type GetCalendarViewAttachmentOperationResponse struct + HttpResponse *http.Response + Model stable.Attachment + OData *odata.OData + type GetCalendarViewAttachmentsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetCalendarViewAttachmentsCountOperationOptions() GetCalendarViewAttachmentsCountOperationOptions + func (o GetCalendarViewAttachmentsCountOperationOptions) ToHeaders() *client.Headers + func (o GetCalendarViewAttachmentsCountOperationOptions) ToOData() *odata.Query + func (o GetCalendarViewAttachmentsCountOperationOptions) ToQuery() *client.QueryParams + type GetCalendarViewAttachmentsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListCalendarViewAttachmentsCompleteResult struct + Items []stable.Attachment + LatestHttpResponse *http.Response + type ListCalendarViewAttachmentsCustomPager struct + NextLink *odata.Link + func (p *ListCalendarViewAttachmentsCustomPager) NextPageLink() *odata.Link + type ListCalendarViewAttachmentsOperationOptions 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 DefaultListCalendarViewAttachmentsOperationOptions() ListCalendarViewAttachmentsOperationOptions + func (o ListCalendarViewAttachmentsOperationOptions) ToHeaders() *client.Headers + func (o ListCalendarViewAttachmentsOperationOptions) ToOData() *odata.Query + func (o ListCalendarViewAttachmentsOperationOptions) ToQuery() *client.QueryParams + type ListCalendarViewAttachmentsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.Attachment + OData *odata.OData