Documentation ¶
Index ¶
- type AttachmentOperationPredicate
- type CalendarViewInstanceAttachmentClient
- func (c CalendarViewInstanceAttachmentClient) CreateCalendarViewInstanceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceId, ...) (result CreateCalendarViewInstanceAttachmentOperationResponse, err error)
- func (c CalendarViewInstanceAttachmentClient) CreateCalendarViewInstanceAttachmentsUploadSession(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceId, ...) (result CreateCalendarViewInstanceAttachmentsUploadSessionOperationResponse, ...)
- func (c CalendarViewInstanceAttachmentClient) DeleteCalendarViewInstanceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceIdAttachmentId, ...) (result DeleteCalendarViewInstanceAttachmentOperationResponse, err error)
- func (c CalendarViewInstanceAttachmentClient) GetCalendarViewInstanceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceIdAttachmentId, ...) (result GetCalendarViewInstanceAttachmentOperationResponse, err error)
- func (c CalendarViewInstanceAttachmentClient) GetCalendarViewInstanceAttachmentsCount(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceId, ...) (result GetCalendarViewInstanceAttachmentsCountOperationResponse, err error)
- func (c CalendarViewInstanceAttachmentClient) ListCalendarViewInstanceAttachments(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceId, ...) (result ListCalendarViewInstanceAttachmentsOperationResponse, err error)
- func (c CalendarViewInstanceAttachmentClient) ListCalendarViewInstanceAttachmentsComplete(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceId, ...) (ListCalendarViewInstanceAttachmentsCompleteResult, error)
- func (c CalendarViewInstanceAttachmentClient) ListCalendarViewInstanceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceId, ...) (result ListCalendarViewInstanceAttachmentsCompleteResult, err error)
- type CreateCalendarViewInstanceAttachmentOperationOptions
- type CreateCalendarViewInstanceAttachmentOperationResponse
- type CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions
- func (o CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
- func (o CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
- func (o CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
- type CreateCalendarViewInstanceAttachmentsUploadSessionOperationResponse
- type CreateCalendarViewInstanceAttachmentsUploadSessionRequest
- type DeleteCalendarViewInstanceAttachmentOperationOptions
- type DeleteCalendarViewInstanceAttachmentOperationResponse
- type GetCalendarViewInstanceAttachmentOperationOptions
- type GetCalendarViewInstanceAttachmentOperationResponse
- type GetCalendarViewInstanceAttachmentsCountOperationOptions
- type GetCalendarViewInstanceAttachmentsCountOperationResponse
- type ListCalendarViewInstanceAttachmentsCompleteResult
- type ListCalendarViewInstanceAttachmentsCustomPager
- type ListCalendarViewInstanceAttachmentsOperationOptions
- type ListCalendarViewInstanceAttachmentsOperationResponse
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 beta.Attachment) bool
type CalendarViewInstanceAttachmentClient ¶
func NewCalendarViewInstanceAttachmentClientWithBaseURI ¶
func NewCalendarViewInstanceAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarViewInstanceAttachmentClient, error)
func (CalendarViewInstanceAttachmentClient) CreateCalendarViewInstanceAttachment ¶
func (c CalendarViewInstanceAttachmentClient) CreateCalendarViewInstanceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceId, input beta.Attachment, options CreateCalendarViewInstanceAttachmentOperationOptions) (result CreateCalendarViewInstanceAttachmentOperationResponse, err error)
CreateCalendarViewInstanceAttachment - Create new navigation property to attachments for groups
func (CalendarViewInstanceAttachmentClient) CreateCalendarViewInstanceAttachmentsUploadSession ¶
func (c CalendarViewInstanceAttachmentClient) CreateCalendarViewInstanceAttachmentsUploadSession(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceId, input CreateCalendarViewInstanceAttachmentsUploadSessionRequest, options CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions) (result CreateCalendarViewInstanceAttachmentsUploadSessionOperationResponse, err error)
CreateCalendarViewInstanceAttachmentsUploadSession - 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 an 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 (CalendarViewInstanceAttachmentClient) DeleteCalendarViewInstanceAttachment ¶
func (c CalendarViewInstanceAttachmentClient) DeleteCalendarViewInstanceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceIdAttachmentId, options DeleteCalendarViewInstanceAttachmentOperationOptions) (result DeleteCalendarViewInstanceAttachmentOperationResponse, err error)
DeleteCalendarViewInstanceAttachment - Delete navigation property attachments for groups
func (CalendarViewInstanceAttachmentClient) GetCalendarViewInstanceAttachment ¶
func (c CalendarViewInstanceAttachmentClient) GetCalendarViewInstanceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceIdAttachmentId, options GetCalendarViewInstanceAttachmentOperationOptions) (result GetCalendarViewInstanceAttachmentOperationResponse, err error)
GetCalendarViewInstanceAttachment - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarViewInstanceAttachmentClient) GetCalendarViewInstanceAttachmentsCount ¶
func (c CalendarViewInstanceAttachmentClient) GetCalendarViewInstanceAttachmentsCount(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceId, options GetCalendarViewInstanceAttachmentsCountOperationOptions) (result GetCalendarViewInstanceAttachmentsCountOperationResponse, err error)
GetCalendarViewInstanceAttachmentsCount - Get the number of the resource
func (CalendarViewInstanceAttachmentClient) ListCalendarViewInstanceAttachments ¶
func (c CalendarViewInstanceAttachmentClient) ListCalendarViewInstanceAttachments(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceId, options ListCalendarViewInstanceAttachmentsOperationOptions) (result ListCalendarViewInstanceAttachmentsOperationResponse, err error)
ListCalendarViewInstanceAttachments - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarViewInstanceAttachmentClient) ListCalendarViewInstanceAttachmentsComplete ¶
func (c CalendarViewInstanceAttachmentClient) ListCalendarViewInstanceAttachmentsComplete(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceId, options ListCalendarViewInstanceAttachmentsOperationOptions) (ListCalendarViewInstanceAttachmentsCompleteResult, error)
ListCalendarViewInstanceAttachmentsComplete retrieves all the results into a single object
func (CalendarViewInstanceAttachmentClient) ListCalendarViewInstanceAttachmentsCompleteMatchingPredicate ¶
func (c CalendarViewInstanceAttachmentClient) ListCalendarViewInstanceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceId, options ListCalendarViewInstanceAttachmentsOperationOptions, predicate AttachmentOperationPredicate) (result ListCalendarViewInstanceAttachmentsCompleteResult, err error)
ListCalendarViewInstanceAttachmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type CreateCalendarViewInstanceAttachmentOperationOptions ¶
type CreateCalendarViewInstanceAttachmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarViewInstanceAttachmentOperationOptions ¶
func DefaultCreateCalendarViewInstanceAttachmentOperationOptions() CreateCalendarViewInstanceAttachmentOperationOptions
func (CreateCalendarViewInstanceAttachmentOperationOptions) ToHeaders ¶
func (o CreateCalendarViewInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
func (CreateCalendarViewInstanceAttachmentOperationOptions) ToOData ¶
func (o CreateCalendarViewInstanceAttachmentOperationOptions) ToOData() *odata.Query
func (CreateCalendarViewInstanceAttachmentOperationOptions) ToQuery ¶
func (o CreateCalendarViewInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
type CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions ¶
type CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions ¶
func DefaultCreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions() CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions
func (CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions) ToHeaders ¶
func (o CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
func (CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions) ToOData ¶
func (o CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
func (CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions) ToQuery ¶
func (o CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
type CreateCalendarViewInstanceAttachmentsUploadSessionRequest ¶
type CreateCalendarViewInstanceAttachmentsUploadSessionRequest struct {
AttachmentItem *beta.AttachmentItem `json:"AttachmentItem,omitempty"`
}
type DeleteCalendarViewInstanceAttachmentOperationOptions ¶
type DeleteCalendarViewInstanceAttachmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteCalendarViewInstanceAttachmentOperationOptions ¶
func DefaultDeleteCalendarViewInstanceAttachmentOperationOptions() DeleteCalendarViewInstanceAttachmentOperationOptions
func (DeleteCalendarViewInstanceAttachmentOperationOptions) ToHeaders ¶
func (o DeleteCalendarViewInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
func (DeleteCalendarViewInstanceAttachmentOperationOptions) ToOData ¶
func (o DeleteCalendarViewInstanceAttachmentOperationOptions) ToOData() *odata.Query
func (DeleteCalendarViewInstanceAttachmentOperationOptions) ToQuery ¶
func (o DeleteCalendarViewInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarViewInstanceAttachmentOperationOptions ¶
type GetCalendarViewInstanceAttachmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetCalendarViewInstanceAttachmentOperationOptions ¶
func DefaultGetCalendarViewInstanceAttachmentOperationOptions() GetCalendarViewInstanceAttachmentOperationOptions
func (GetCalendarViewInstanceAttachmentOperationOptions) ToHeaders ¶
func (o GetCalendarViewInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
func (GetCalendarViewInstanceAttachmentOperationOptions) ToOData ¶
func (o GetCalendarViewInstanceAttachmentOperationOptions) ToOData() *odata.Query
func (GetCalendarViewInstanceAttachmentOperationOptions) ToQuery ¶
func (o GetCalendarViewInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarViewInstanceAttachmentsCountOperationOptions ¶
type GetCalendarViewInstanceAttachmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetCalendarViewInstanceAttachmentsCountOperationOptions ¶
func DefaultGetCalendarViewInstanceAttachmentsCountOperationOptions() GetCalendarViewInstanceAttachmentsCountOperationOptions
func (GetCalendarViewInstanceAttachmentsCountOperationOptions) ToHeaders ¶
func (o GetCalendarViewInstanceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetCalendarViewInstanceAttachmentsCountOperationOptions) ToOData ¶
func (o GetCalendarViewInstanceAttachmentsCountOperationOptions) ToOData() *odata.Query
func (GetCalendarViewInstanceAttachmentsCountOperationOptions) ToQuery ¶
func (o GetCalendarViewInstanceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
type ListCalendarViewInstanceAttachmentsCompleteResult ¶
type ListCalendarViewInstanceAttachmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.Attachment }
type ListCalendarViewInstanceAttachmentsCustomPager ¶
type ListCalendarViewInstanceAttachmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListCalendarViewInstanceAttachmentsCustomPager) NextPageLink ¶
func (p *ListCalendarViewInstanceAttachmentsCustomPager) NextPageLink() *odata.Link
type ListCalendarViewInstanceAttachmentsOperationOptions ¶
type ListCalendarViewInstanceAttachmentsOperationOptions 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 DefaultListCalendarViewInstanceAttachmentsOperationOptions ¶
func DefaultListCalendarViewInstanceAttachmentsOperationOptions() ListCalendarViewInstanceAttachmentsOperationOptions
func (ListCalendarViewInstanceAttachmentsOperationOptions) ToHeaders ¶
func (o ListCalendarViewInstanceAttachmentsOperationOptions) ToHeaders() *client.Headers
func (ListCalendarViewInstanceAttachmentsOperationOptions) ToOData ¶
func (o ListCalendarViewInstanceAttachmentsOperationOptions) ToOData() *odata.Query
func (ListCalendarViewInstanceAttachmentsOperationOptions) ToQuery ¶
func (o ListCalendarViewInstanceAttachmentsOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createcalendarviewinstanceattachment.go
- method_createcalendarviewinstanceattachmentsuploadsession.go
- method_deletecalendarviewinstanceattachment.go
- method_getcalendarviewinstanceattachment.go
- method_getcalendarviewinstanceattachmentscount.go
- method_listcalendarviewinstanceattachments.go
- model_createcalendarviewinstanceattachmentsuploadsessionrequest.go
- predicates.go
- version.go