Documentation ¶
Index ¶
- type AttachmentOperationPredicate
- type CalendarEventInstanceAttachmentClient
- func (c CalendarEventInstanceAttachmentClient) CreateCalendarEventInstanceAttachment(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceId, ...) (result CreateCalendarEventInstanceAttachmentOperationResponse, err error)
- func (c CalendarEventInstanceAttachmentClient) CreateCalendarEventInstanceAttachmentsUploadSession(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceId, ...) (result CreateCalendarEventInstanceAttachmentsUploadSessionOperationResponse, ...)
- func (c CalendarEventInstanceAttachmentClient) DeleteCalendarEventInstanceAttachment(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceIdAttachmentId, ...) (result DeleteCalendarEventInstanceAttachmentOperationResponse, err error)
- func (c CalendarEventInstanceAttachmentClient) GetCalendarEventInstanceAttachment(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceIdAttachmentId, ...) (result GetCalendarEventInstanceAttachmentOperationResponse, err error)
- func (c CalendarEventInstanceAttachmentClient) GetCalendarEventInstanceAttachmentsCount(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceId, ...) (result GetCalendarEventInstanceAttachmentsCountOperationResponse, err error)
- func (c CalendarEventInstanceAttachmentClient) ListCalendarEventInstanceAttachments(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceId, ...) (result ListCalendarEventInstanceAttachmentsOperationResponse, err error)
- func (c CalendarEventInstanceAttachmentClient) ListCalendarEventInstanceAttachmentsComplete(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceId, ...) (ListCalendarEventInstanceAttachmentsCompleteResult, error)
- func (c CalendarEventInstanceAttachmentClient) ListCalendarEventInstanceAttachmentsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceId, ...) (result ListCalendarEventInstanceAttachmentsCompleteResult, err error)
- type CreateCalendarEventInstanceAttachmentOperationOptions
- type CreateCalendarEventInstanceAttachmentOperationResponse
- type CreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions
- func (o CreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
- func (o CreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
- func (o CreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
- type CreateCalendarEventInstanceAttachmentsUploadSessionOperationResponse
- type CreateCalendarEventInstanceAttachmentsUploadSessionRequest
- type DeleteCalendarEventInstanceAttachmentOperationOptions
- type DeleteCalendarEventInstanceAttachmentOperationResponse
- type GetCalendarEventInstanceAttachmentOperationOptions
- type GetCalendarEventInstanceAttachmentOperationResponse
- type GetCalendarEventInstanceAttachmentsCountOperationOptions
- type GetCalendarEventInstanceAttachmentsCountOperationResponse
- type ListCalendarEventInstanceAttachmentsCompleteResult
- type ListCalendarEventInstanceAttachmentsCustomPager
- type ListCalendarEventInstanceAttachmentsOperationOptions
- type ListCalendarEventInstanceAttachmentsOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachmentOperationPredicate ¶
type AttachmentOperationPredicate struct { }
func (AttachmentOperationPredicate) Matches ¶
func (p AttachmentOperationPredicate) Matches(input stable.Attachment) bool
type CalendarEventInstanceAttachmentClient ¶
func NewCalendarEventInstanceAttachmentClientWithBaseURI ¶
func NewCalendarEventInstanceAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarEventInstanceAttachmentClient, error)
func (CalendarEventInstanceAttachmentClient) CreateCalendarEventInstanceAttachment ¶
func (c CalendarEventInstanceAttachmentClient) CreateCalendarEventInstanceAttachment(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceId, input stable.Attachment, options CreateCalendarEventInstanceAttachmentOperationOptions) (result CreateCalendarEventInstanceAttachmentOperationResponse, err error)
CreateCalendarEventInstanceAttachment - Create new navigation property to attachments for groups
func (CalendarEventInstanceAttachmentClient) CreateCalendarEventInstanceAttachmentsUploadSession ¶
func (c CalendarEventInstanceAttachmentClient) CreateCalendarEventInstanceAttachmentsUploadSession(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceId, input CreateCalendarEventInstanceAttachmentsUploadSessionRequest, options CreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions) (result CreateCalendarEventInstanceAttachmentsUploadSessionOperationResponse, err error)
CreateCalendarEventInstanceAttachmentsUploadSession - Invoke action createUploadSession. Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.
func (CalendarEventInstanceAttachmentClient) DeleteCalendarEventInstanceAttachment ¶
func (c CalendarEventInstanceAttachmentClient) DeleteCalendarEventInstanceAttachment(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceIdAttachmentId, options DeleteCalendarEventInstanceAttachmentOperationOptions) (result DeleteCalendarEventInstanceAttachmentOperationResponse, err error)
DeleteCalendarEventInstanceAttachment - Delete navigation property attachments for groups
func (CalendarEventInstanceAttachmentClient) GetCalendarEventInstanceAttachment ¶
func (c CalendarEventInstanceAttachmentClient) GetCalendarEventInstanceAttachment(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceIdAttachmentId, options GetCalendarEventInstanceAttachmentOperationOptions) (result GetCalendarEventInstanceAttachmentOperationResponse, err error)
GetCalendarEventInstanceAttachment - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarEventInstanceAttachmentClient) GetCalendarEventInstanceAttachmentsCount ¶
func (c CalendarEventInstanceAttachmentClient) GetCalendarEventInstanceAttachmentsCount(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceId, options GetCalendarEventInstanceAttachmentsCountOperationOptions) (result GetCalendarEventInstanceAttachmentsCountOperationResponse, err error)
GetCalendarEventInstanceAttachmentsCount - Get the number of the resource
func (CalendarEventInstanceAttachmentClient) ListCalendarEventInstanceAttachments ¶
func (c CalendarEventInstanceAttachmentClient) ListCalendarEventInstanceAttachments(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceId, options ListCalendarEventInstanceAttachmentsOperationOptions) (result ListCalendarEventInstanceAttachmentsOperationResponse, err error)
ListCalendarEventInstanceAttachments - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarEventInstanceAttachmentClient) ListCalendarEventInstanceAttachmentsComplete ¶
func (c CalendarEventInstanceAttachmentClient) ListCalendarEventInstanceAttachmentsComplete(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceId, options ListCalendarEventInstanceAttachmentsOperationOptions) (ListCalendarEventInstanceAttachmentsCompleteResult, error)
ListCalendarEventInstanceAttachmentsComplete retrieves all the results into a single object
func (CalendarEventInstanceAttachmentClient) ListCalendarEventInstanceAttachmentsCompleteMatchingPredicate ¶
func (c CalendarEventInstanceAttachmentClient) ListCalendarEventInstanceAttachmentsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdCalendarEventIdInstanceId, options ListCalendarEventInstanceAttachmentsOperationOptions, predicate AttachmentOperationPredicate) (result ListCalendarEventInstanceAttachmentsCompleteResult, err error)
ListCalendarEventInstanceAttachmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type CreateCalendarEventInstanceAttachmentOperationOptions ¶
type CreateCalendarEventInstanceAttachmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarEventInstanceAttachmentOperationOptions ¶
func DefaultCreateCalendarEventInstanceAttachmentOperationOptions() CreateCalendarEventInstanceAttachmentOperationOptions
func (CreateCalendarEventInstanceAttachmentOperationOptions) ToHeaders ¶
func (o CreateCalendarEventInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
func (CreateCalendarEventInstanceAttachmentOperationOptions) ToOData ¶
func (o CreateCalendarEventInstanceAttachmentOperationOptions) ToOData() *odata.Query
func (CreateCalendarEventInstanceAttachmentOperationOptions) ToQuery ¶
func (o CreateCalendarEventInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
type CreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions ¶
type CreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions ¶
func DefaultCreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions() CreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions
func (CreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions) ToHeaders ¶
func (o CreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
func (CreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions) ToOData ¶
func (o CreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
func (CreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions) ToQuery ¶
func (o CreateCalendarEventInstanceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
type CreateCalendarEventInstanceAttachmentsUploadSessionRequest ¶
type CreateCalendarEventInstanceAttachmentsUploadSessionRequest struct {
AttachmentItem *stable.AttachmentItem `json:"AttachmentItem,omitempty"`
}
type DeleteCalendarEventInstanceAttachmentOperationOptions ¶
type DeleteCalendarEventInstanceAttachmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteCalendarEventInstanceAttachmentOperationOptions ¶
func DefaultDeleteCalendarEventInstanceAttachmentOperationOptions() DeleteCalendarEventInstanceAttachmentOperationOptions
func (DeleteCalendarEventInstanceAttachmentOperationOptions) ToHeaders ¶
func (o DeleteCalendarEventInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
func (DeleteCalendarEventInstanceAttachmentOperationOptions) ToOData ¶
func (o DeleteCalendarEventInstanceAttachmentOperationOptions) ToOData() *odata.Query
func (DeleteCalendarEventInstanceAttachmentOperationOptions) ToQuery ¶
func (o DeleteCalendarEventInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarEventInstanceAttachmentOperationOptions ¶
type GetCalendarEventInstanceAttachmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetCalendarEventInstanceAttachmentOperationOptions ¶
func DefaultGetCalendarEventInstanceAttachmentOperationOptions() GetCalendarEventInstanceAttachmentOperationOptions
func (GetCalendarEventInstanceAttachmentOperationOptions) ToHeaders ¶
func (o GetCalendarEventInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
func (GetCalendarEventInstanceAttachmentOperationOptions) ToOData ¶
func (o GetCalendarEventInstanceAttachmentOperationOptions) ToOData() *odata.Query
func (GetCalendarEventInstanceAttachmentOperationOptions) ToQuery ¶
func (o GetCalendarEventInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarEventInstanceAttachmentsCountOperationOptions ¶
type GetCalendarEventInstanceAttachmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetCalendarEventInstanceAttachmentsCountOperationOptions ¶
func DefaultGetCalendarEventInstanceAttachmentsCountOperationOptions() GetCalendarEventInstanceAttachmentsCountOperationOptions
func (GetCalendarEventInstanceAttachmentsCountOperationOptions) ToHeaders ¶
func (o GetCalendarEventInstanceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetCalendarEventInstanceAttachmentsCountOperationOptions) ToOData ¶
func (o GetCalendarEventInstanceAttachmentsCountOperationOptions) ToOData() *odata.Query
func (GetCalendarEventInstanceAttachmentsCountOperationOptions) ToQuery ¶
func (o GetCalendarEventInstanceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
type ListCalendarEventInstanceAttachmentsCompleteResult ¶
type ListCalendarEventInstanceAttachmentsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.Attachment }
type ListCalendarEventInstanceAttachmentsCustomPager ¶
type ListCalendarEventInstanceAttachmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListCalendarEventInstanceAttachmentsCustomPager) NextPageLink ¶
func (p *ListCalendarEventInstanceAttachmentsCustomPager) NextPageLink() *odata.Link
type ListCalendarEventInstanceAttachmentsOperationOptions ¶
type ListCalendarEventInstanceAttachmentsOperationOptions 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 DefaultListCalendarEventInstanceAttachmentsOperationOptions ¶
func DefaultListCalendarEventInstanceAttachmentsOperationOptions() ListCalendarEventInstanceAttachmentsOperationOptions
func (ListCalendarEventInstanceAttachmentsOperationOptions) ToHeaders ¶
func (o ListCalendarEventInstanceAttachmentsOperationOptions) ToHeaders() *client.Headers
func (ListCalendarEventInstanceAttachmentsOperationOptions) ToOData ¶
func (o ListCalendarEventInstanceAttachmentsOperationOptions) ToOData() *odata.Query
func (ListCalendarEventInstanceAttachmentsOperationOptions) ToQuery ¶
func (o ListCalendarEventInstanceAttachmentsOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createcalendareventinstanceattachment.go
- method_createcalendareventinstanceattachmentsuploadsession.go
- method_deletecalendareventinstanceattachment.go
- method_getcalendareventinstanceattachment.go
- method_getcalendareventinstanceattachmentscount.go
- method_listcalendareventinstanceattachments.go
- model_createcalendareventinstanceattachmentsuploadsessionrequest.go
- predicates.go
- version.go