Documentation ¶
Index ¶
- type AttachmentOperationPredicate
- type CalendarViewExceptionOccurrenceInstanceAttachmentClient
- func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) CreateCalendarViewExceptionOccurrenceInstanceAttachment(ctx context.Context, ...) (...)
- func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSession(ctx context.Context, ...) (...)
- func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) DeleteCalendarViewExceptionOccurrenceInstanceAttachment(ctx context.Context, ...) (...)
- func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) GetCalendarViewExceptionOccurrenceInstanceAttachment(ctx context.Context, ...) (result GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationResponse, ...)
- func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) GetCalendarViewExceptionOccurrenceInstanceAttachmentsCount(ctx context.Context, ...) (...)
- func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) ListCalendarViewExceptionOccurrenceInstanceAttachments(ctx context.Context, ...) (result ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationResponse, ...)
- func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) ListCalendarViewExceptionOccurrenceInstanceAttachmentsComplete(ctx context.Context, ...) (ListCalendarViewExceptionOccurrenceInstanceAttachmentsCompleteResult, error)
- func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) ListCalendarViewExceptionOccurrenceInstanceAttachmentsCompleteMatchingPredicate(ctx context.Context, ...) (result ListCalendarViewExceptionOccurrenceInstanceAttachmentsCompleteResult, ...)
- type CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions
- func (o CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
- func (o CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationResponse
- type CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions
- func (o CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
- func (o CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
- func (o CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
- type CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionOperationResponse
- type CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionRequest
- type DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions
- func (o DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
- func (o DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationResponse
- type GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions
- func (o GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
- func (o GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationResponse
- type GetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationOptions
- func (o GetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToOData() *odata.Query
- func (o GetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
- type GetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationResponse
- type ListCalendarViewExceptionOccurrenceInstanceAttachmentsCompleteResult
- type ListCalendarViewExceptionOccurrenceInstanceAttachmentsCustomPager
- type ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions
- func (o ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions) ToHeaders() *client.Headers
- func (o ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions) ToOData() *odata.Query
- func (o ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions) ToQuery() *client.QueryParams
- type ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationResponse
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 CalendarViewExceptionOccurrenceInstanceAttachmentClient ¶
func NewCalendarViewExceptionOccurrenceInstanceAttachmentClientWithBaseURI ¶
func NewCalendarViewExceptionOccurrenceInstanceAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarViewExceptionOccurrenceInstanceAttachmentClient, error)
func (CalendarViewExceptionOccurrenceInstanceAttachmentClient) CreateCalendarViewExceptionOccurrenceInstanceAttachment ¶
func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) CreateCalendarViewExceptionOccurrenceInstanceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceIdInstanceId, input beta.Attachment, options CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) (result CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationResponse, err error)
CreateCalendarViewExceptionOccurrenceInstanceAttachment - Create new navigation property to attachments for groups
func (CalendarViewExceptionOccurrenceInstanceAttachmentClient) CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSession ¶
func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSession(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceIdInstanceId, input CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionRequest, options CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) (result CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionOperationResponse, err error)
CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSession - 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 (CalendarViewExceptionOccurrenceInstanceAttachmentClient) DeleteCalendarViewExceptionOccurrenceInstanceAttachment ¶
func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) DeleteCalendarViewExceptionOccurrenceInstanceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceIdInstanceIdAttachmentId, options DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) (result DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationResponse, err error)
DeleteCalendarViewExceptionOccurrenceInstanceAttachment - Delete navigation property attachments for groups
func (CalendarViewExceptionOccurrenceInstanceAttachmentClient) GetCalendarViewExceptionOccurrenceInstanceAttachment ¶
func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) GetCalendarViewExceptionOccurrenceInstanceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceIdInstanceIdAttachmentId, options GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) (result GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationResponse, err error)
GetCalendarViewExceptionOccurrenceInstanceAttachment - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarViewExceptionOccurrenceInstanceAttachmentClient) GetCalendarViewExceptionOccurrenceInstanceAttachmentsCount ¶
func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) GetCalendarViewExceptionOccurrenceInstanceAttachmentsCount(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceIdInstanceId, options GetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationOptions) (result GetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationResponse, err error)
GetCalendarViewExceptionOccurrenceInstanceAttachmentsCount - Get the number of the resource
func (CalendarViewExceptionOccurrenceInstanceAttachmentClient) ListCalendarViewExceptionOccurrenceInstanceAttachments ¶
func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) ListCalendarViewExceptionOccurrenceInstanceAttachments(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceIdInstanceId, options ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions) (result ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationResponse, err error)
ListCalendarViewExceptionOccurrenceInstanceAttachments - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarViewExceptionOccurrenceInstanceAttachmentClient) ListCalendarViewExceptionOccurrenceInstanceAttachmentsComplete ¶
func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) ListCalendarViewExceptionOccurrenceInstanceAttachmentsComplete(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceIdInstanceId, options ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions) (ListCalendarViewExceptionOccurrenceInstanceAttachmentsCompleteResult, error)
ListCalendarViewExceptionOccurrenceInstanceAttachmentsComplete retrieves all the results into a single object
func (CalendarViewExceptionOccurrenceInstanceAttachmentClient) ListCalendarViewExceptionOccurrenceInstanceAttachmentsCompleteMatchingPredicate ¶
func (c CalendarViewExceptionOccurrenceInstanceAttachmentClient) ListCalendarViewExceptionOccurrenceInstanceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceIdInstanceId, options ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions, predicate AttachmentOperationPredicate) (result ListCalendarViewExceptionOccurrenceInstanceAttachmentsCompleteResult, err error)
ListCalendarViewExceptionOccurrenceInstanceAttachmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions ¶
type CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions ¶
func DefaultCreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions() CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions
func (CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders ¶
func (o CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
func (CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData ¶
func (o CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
func (CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery ¶
func (o CreateCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
type CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions ¶
type CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions ¶
func DefaultCreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions() CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions
func (CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToHeaders ¶
func (CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToOData ¶
type CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionRequest ¶
type CreateCalendarViewExceptionOccurrenceInstanceAttachmentsUploadSessionRequest struct {
AttachmentItem *beta.AttachmentItem `json:"AttachmentItem,omitempty"`
}
type DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions ¶
type DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions ¶
func DefaultDeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions() DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions
func (DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders ¶
func (o DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
func (DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData ¶
func (o DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
func (DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery ¶
func (o DeleteCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions ¶
type GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions ¶
func DefaultGetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions() GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions
func (GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders ¶
func (o GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
func (GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData ¶
func (o GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
func (GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery ¶
func (o GetCalendarViewExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationOptions ¶
type GetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationOptions ¶
func DefaultGetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationOptions() GetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationOptions
func (GetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToHeaders ¶
func (o GetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToOData ¶
func (o GetCalendarViewExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToOData() *odata.Query
type ListCalendarViewExceptionOccurrenceInstanceAttachmentsCompleteResult ¶
type ListCalendarViewExceptionOccurrenceInstanceAttachmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.Attachment }
type ListCalendarViewExceptionOccurrenceInstanceAttachmentsCustomPager ¶
type ListCalendarViewExceptionOccurrenceInstanceAttachmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListCalendarViewExceptionOccurrenceInstanceAttachmentsCustomPager) NextPageLink ¶
func (p *ListCalendarViewExceptionOccurrenceInstanceAttachmentsCustomPager) NextPageLink() *odata.Link
type ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions ¶
type ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions 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 DefaultListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions ¶
func DefaultListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions() ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions
func (ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions) ToHeaders ¶
func (o ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions) ToHeaders() *client.Headers
func (ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions) ToOData ¶
func (o ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions) ToOData() *odata.Query
func (ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions) ToQuery ¶
func (o ListCalendarViewExceptionOccurrenceInstanceAttachmentsOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createcalendarviewexceptionoccurrenceinstanceattachment.go
- method_createcalendarviewexceptionoccurrenceinstanceattachmentsuploadsession.go
- method_deletecalendarviewexceptionoccurrenceinstanceattachment.go
- method_getcalendarviewexceptionoccurrenceinstanceattachment.go
- method_getcalendarviewexceptionoccurrenceinstanceattachmentscount.go
- method_listcalendarviewexceptionoccurrenceinstanceattachments.go
- model_createcalendarviewexceptionoccurrenceinstanceattachmentsuploadsessionrequest.go
- predicates.go
- version.go