Documentation ¶
Index ¶
- type AttachmentOperationPredicate
- type CalendarViewAttachmentClient
- func (c CalendarViewAttachmentClient) CreateCalendarViewAttachment(ctx context.Context, id beta.GroupIdCalendarViewId, input beta.Attachment, ...) (result CreateCalendarViewAttachmentOperationResponse, err error)
- func (c CalendarViewAttachmentClient) CreateCalendarViewAttachmentsUploadSession(ctx context.Context, id beta.GroupIdCalendarViewId, ...) (result CreateCalendarViewAttachmentsUploadSessionOperationResponse, err error)
- func (c CalendarViewAttachmentClient) DeleteCalendarViewAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdAttachmentId, ...) (result DeleteCalendarViewAttachmentOperationResponse, err error)
- func (c CalendarViewAttachmentClient) GetCalendarViewAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdAttachmentId, ...) (result GetCalendarViewAttachmentOperationResponse, err error)
- func (c CalendarViewAttachmentClient) GetCalendarViewAttachmentsCount(ctx context.Context, id beta.GroupIdCalendarViewId, ...) (result GetCalendarViewAttachmentsCountOperationResponse, err error)
- func (c CalendarViewAttachmentClient) ListCalendarViewAttachments(ctx context.Context, id beta.GroupIdCalendarViewId, ...) (result ListCalendarViewAttachmentsOperationResponse, err error)
- func (c CalendarViewAttachmentClient) ListCalendarViewAttachmentsComplete(ctx context.Context, id beta.GroupIdCalendarViewId, ...) (ListCalendarViewAttachmentsCompleteResult, error)
- func (c CalendarViewAttachmentClient) ListCalendarViewAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarViewId, ...) (result ListCalendarViewAttachmentsCompleteResult, err error)
- type CreateCalendarViewAttachmentOperationOptions
- type CreateCalendarViewAttachmentOperationResponse
- type CreateCalendarViewAttachmentsUploadSessionOperationOptions
- type CreateCalendarViewAttachmentsUploadSessionOperationResponse
- type CreateCalendarViewAttachmentsUploadSessionRequest
- type DeleteCalendarViewAttachmentOperationOptions
- type DeleteCalendarViewAttachmentOperationResponse
- type GetCalendarViewAttachmentOperationOptions
- type GetCalendarViewAttachmentOperationResponse
- type GetCalendarViewAttachmentsCountOperationOptions
- type GetCalendarViewAttachmentsCountOperationResponse
- type ListCalendarViewAttachmentsCompleteResult
- type ListCalendarViewAttachmentsCustomPager
- type ListCalendarViewAttachmentsOperationOptions
- type ListCalendarViewAttachmentsOperationResponse
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 CalendarViewAttachmentClient ¶
func NewCalendarViewAttachmentClientWithBaseURI ¶
func NewCalendarViewAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarViewAttachmentClient, error)
func (CalendarViewAttachmentClient) CreateCalendarViewAttachment ¶
func (c CalendarViewAttachmentClient) CreateCalendarViewAttachment(ctx context.Context, id beta.GroupIdCalendarViewId, input beta.Attachment, options CreateCalendarViewAttachmentOperationOptions) (result CreateCalendarViewAttachmentOperationResponse, err error)
CreateCalendarViewAttachment - Create new navigation property to attachments for groups
func (CalendarViewAttachmentClient) CreateCalendarViewAttachmentsUploadSession ¶
func (c CalendarViewAttachmentClient) CreateCalendarViewAttachmentsUploadSession(ctx context.Context, id beta.GroupIdCalendarViewId, input CreateCalendarViewAttachmentsUploadSessionRequest, options CreateCalendarViewAttachmentsUploadSessionOperationOptions) (result CreateCalendarViewAttachmentsUploadSessionOperationResponse, err error)
CreateCalendarViewAttachmentsUploadSession - 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 (CalendarViewAttachmentClient) DeleteCalendarViewAttachment ¶
func (c CalendarViewAttachmentClient) DeleteCalendarViewAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdAttachmentId, options DeleteCalendarViewAttachmentOperationOptions) (result DeleteCalendarViewAttachmentOperationResponse, err error)
DeleteCalendarViewAttachment - Delete navigation property attachments for groups
func (CalendarViewAttachmentClient) GetCalendarViewAttachment ¶
func (c CalendarViewAttachmentClient) GetCalendarViewAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdAttachmentId, options GetCalendarViewAttachmentOperationOptions) (result GetCalendarViewAttachmentOperationResponse, err error)
GetCalendarViewAttachment - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarViewAttachmentClient) GetCalendarViewAttachmentsCount ¶
func (c CalendarViewAttachmentClient) GetCalendarViewAttachmentsCount(ctx context.Context, id beta.GroupIdCalendarViewId, options GetCalendarViewAttachmentsCountOperationOptions) (result GetCalendarViewAttachmentsCountOperationResponse, err error)
GetCalendarViewAttachmentsCount - Get the number of the resource
func (CalendarViewAttachmentClient) ListCalendarViewAttachments ¶
func (c CalendarViewAttachmentClient) ListCalendarViewAttachments(ctx context.Context, id beta.GroupIdCalendarViewId, options ListCalendarViewAttachmentsOperationOptions) (result ListCalendarViewAttachmentsOperationResponse, err error)
ListCalendarViewAttachments - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarViewAttachmentClient) ListCalendarViewAttachmentsComplete ¶
func (c CalendarViewAttachmentClient) ListCalendarViewAttachmentsComplete(ctx context.Context, id beta.GroupIdCalendarViewId, options ListCalendarViewAttachmentsOperationOptions) (ListCalendarViewAttachmentsCompleteResult, error)
ListCalendarViewAttachmentsComplete retrieves all the results into a single object
func (CalendarViewAttachmentClient) ListCalendarViewAttachmentsCompleteMatchingPredicate ¶
func (c CalendarViewAttachmentClient) ListCalendarViewAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarViewId, options ListCalendarViewAttachmentsOperationOptions, predicate AttachmentOperationPredicate) (result ListCalendarViewAttachmentsCompleteResult, err error)
ListCalendarViewAttachmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type CreateCalendarViewAttachmentOperationOptions ¶
type CreateCalendarViewAttachmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarViewAttachmentOperationOptions ¶
func DefaultCreateCalendarViewAttachmentOperationOptions() CreateCalendarViewAttachmentOperationOptions
func (CreateCalendarViewAttachmentOperationOptions) ToHeaders ¶
func (o CreateCalendarViewAttachmentOperationOptions) ToHeaders() *client.Headers
func (CreateCalendarViewAttachmentOperationOptions) ToOData ¶
func (o CreateCalendarViewAttachmentOperationOptions) ToOData() *odata.Query
func (CreateCalendarViewAttachmentOperationOptions) ToQuery ¶
func (o CreateCalendarViewAttachmentOperationOptions) ToQuery() *client.QueryParams
type CreateCalendarViewAttachmentsUploadSessionOperationOptions ¶
type CreateCalendarViewAttachmentsUploadSessionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarViewAttachmentsUploadSessionOperationOptions ¶
func DefaultCreateCalendarViewAttachmentsUploadSessionOperationOptions() CreateCalendarViewAttachmentsUploadSessionOperationOptions
func (CreateCalendarViewAttachmentsUploadSessionOperationOptions) ToHeaders ¶
func (o CreateCalendarViewAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
func (CreateCalendarViewAttachmentsUploadSessionOperationOptions) ToOData ¶
func (o CreateCalendarViewAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
func (CreateCalendarViewAttachmentsUploadSessionOperationOptions) ToQuery ¶
func (o CreateCalendarViewAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
type CreateCalendarViewAttachmentsUploadSessionRequest ¶
type CreateCalendarViewAttachmentsUploadSessionRequest struct {
AttachmentItem *beta.AttachmentItem `json:"AttachmentItem,omitempty"`
}
type DeleteCalendarViewAttachmentOperationOptions ¶
type DeleteCalendarViewAttachmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteCalendarViewAttachmentOperationOptions ¶
func DefaultDeleteCalendarViewAttachmentOperationOptions() DeleteCalendarViewAttachmentOperationOptions
func (DeleteCalendarViewAttachmentOperationOptions) ToHeaders ¶
func (o DeleteCalendarViewAttachmentOperationOptions) ToHeaders() *client.Headers
func (DeleteCalendarViewAttachmentOperationOptions) ToOData ¶
func (o DeleteCalendarViewAttachmentOperationOptions) ToOData() *odata.Query
func (DeleteCalendarViewAttachmentOperationOptions) ToQuery ¶
func (o DeleteCalendarViewAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarViewAttachmentOperationOptions ¶
type GetCalendarViewAttachmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetCalendarViewAttachmentOperationOptions ¶
func DefaultGetCalendarViewAttachmentOperationOptions() GetCalendarViewAttachmentOperationOptions
func (GetCalendarViewAttachmentOperationOptions) ToHeaders ¶
func (o GetCalendarViewAttachmentOperationOptions) ToHeaders() *client.Headers
func (GetCalendarViewAttachmentOperationOptions) ToOData ¶
func (o GetCalendarViewAttachmentOperationOptions) ToOData() *odata.Query
func (GetCalendarViewAttachmentOperationOptions) ToQuery ¶
func (o GetCalendarViewAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarViewAttachmentsCountOperationOptions ¶
type GetCalendarViewAttachmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetCalendarViewAttachmentsCountOperationOptions ¶
func DefaultGetCalendarViewAttachmentsCountOperationOptions() GetCalendarViewAttachmentsCountOperationOptions
func (GetCalendarViewAttachmentsCountOperationOptions) ToHeaders ¶
func (o GetCalendarViewAttachmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetCalendarViewAttachmentsCountOperationOptions) ToOData ¶
func (o GetCalendarViewAttachmentsCountOperationOptions) ToOData() *odata.Query
func (GetCalendarViewAttachmentsCountOperationOptions) ToQuery ¶
func (o GetCalendarViewAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
type ListCalendarViewAttachmentsCompleteResult ¶
type ListCalendarViewAttachmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.Attachment }
type ListCalendarViewAttachmentsCustomPager ¶
type ListCalendarViewAttachmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListCalendarViewAttachmentsCustomPager) NextPageLink ¶
func (p *ListCalendarViewAttachmentsCustomPager) NextPageLink() *odata.Link
type ListCalendarViewAttachmentsOperationOptions ¶
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 ¶
func DefaultListCalendarViewAttachmentsOperationOptions() ListCalendarViewAttachmentsOperationOptions
func (ListCalendarViewAttachmentsOperationOptions) ToHeaders ¶
func (o ListCalendarViewAttachmentsOperationOptions) ToHeaders() *client.Headers
func (ListCalendarViewAttachmentsOperationOptions) ToOData ¶
func (o ListCalendarViewAttachmentsOperationOptions) ToOData() *odata.Query
func (ListCalendarViewAttachmentsOperationOptions) ToQuery ¶
func (o ListCalendarViewAttachmentsOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createcalendarviewattachment.go
- method_createcalendarviewattachmentsuploadsession.go
- method_deletecalendarviewattachment.go
- method_getcalendarviewattachment.go
- method_getcalendarviewattachmentscount.go
- method_listcalendarviewattachments.go
- model_createcalendarviewattachmentsuploadsessionrequest.go
- predicates.go
- version.go