Documentation ¶
Index ¶
- type AttachmentOperationPredicate
- type CalendarViewInstanceExceptionOccurrenceAttachmentClient
- func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) CreateCalendarViewInstanceExceptionOccurrenceAttachment(ctx context.Context, ...) (...)
- func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSession(ctx context.Context, ...) (...)
- func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) DeleteCalendarViewInstanceExceptionOccurrenceAttachment(ctx context.Context, ...) (...)
- func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) GetCalendarViewInstanceExceptionOccurrenceAttachment(ctx context.Context, ...) (result GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationResponse, ...)
- func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) GetCalendarViewInstanceExceptionOccurrenceAttachmentsCount(ctx context.Context, ...) (...)
- func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) ListCalendarViewInstanceExceptionOccurrenceAttachments(ctx context.Context, ...) (result ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationResponse, ...)
- func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) ListCalendarViewInstanceExceptionOccurrenceAttachmentsComplete(ctx context.Context, ...) (ListCalendarViewInstanceExceptionOccurrenceAttachmentsCompleteResult, error)
- func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) ListCalendarViewInstanceExceptionOccurrenceAttachmentsCompleteMatchingPredicate(ctx context.Context, ...) (result ListCalendarViewInstanceExceptionOccurrenceAttachmentsCompleteResult, ...)
- type CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions
- func (o CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
- func (o CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationResponse
- type CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions
- func (o CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
- func (o CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
- func (o CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
- type CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionOperationResponse
- type CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionRequest
- type DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions
- func (o DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
- func (o DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationResponse
- type GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions
- func (o GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
- func (o GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationResponse
- type GetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationOptions
- func (o GetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToOData() *odata.Query
- func (o GetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
- type GetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationResponse
- type ListCalendarViewInstanceExceptionOccurrenceAttachmentsCompleteResult
- type ListCalendarViewInstanceExceptionOccurrenceAttachmentsCustomPager
- type ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions
- func (o ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions) ToHeaders() *client.Headers
- func (o ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions) ToOData() *odata.Query
- func (o ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions) ToQuery() *client.QueryParams
- type ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationResponse
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 CalendarViewInstanceExceptionOccurrenceAttachmentClient ¶
func NewCalendarViewInstanceExceptionOccurrenceAttachmentClientWithBaseURI ¶
func NewCalendarViewInstanceExceptionOccurrenceAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarViewInstanceExceptionOccurrenceAttachmentClient, error)
func (CalendarViewInstanceExceptionOccurrenceAttachmentClient) CreateCalendarViewInstanceExceptionOccurrenceAttachment ¶
func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) CreateCalendarViewInstanceExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceIdExceptionOccurrenceId, input beta.Attachment, options CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) (result CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationResponse, err error)
CreateCalendarViewInstanceExceptionOccurrenceAttachment - Create new navigation property to attachments for groups
func (CalendarViewInstanceExceptionOccurrenceAttachmentClient) CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSession ¶
func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSession(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceIdExceptionOccurrenceId, input CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionRequest, options CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) (result CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionOperationResponse, err error)
CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSession - 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 (CalendarViewInstanceExceptionOccurrenceAttachmentClient) DeleteCalendarViewInstanceExceptionOccurrenceAttachment ¶
func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) DeleteCalendarViewInstanceExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceIdExceptionOccurrenceIdAttachmentId, options DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) (result DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationResponse, err error)
DeleteCalendarViewInstanceExceptionOccurrenceAttachment - Delete navigation property attachments for groups
func (CalendarViewInstanceExceptionOccurrenceAttachmentClient) GetCalendarViewInstanceExceptionOccurrenceAttachment ¶
func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) GetCalendarViewInstanceExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceIdExceptionOccurrenceIdAttachmentId, options GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) (result GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationResponse, err error)
GetCalendarViewInstanceExceptionOccurrenceAttachment - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarViewInstanceExceptionOccurrenceAttachmentClient) GetCalendarViewInstanceExceptionOccurrenceAttachmentsCount ¶
func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) GetCalendarViewInstanceExceptionOccurrenceAttachmentsCount(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceIdExceptionOccurrenceId, options GetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationOptions) (result GetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationResponse, err error)
GetCalendarViewInstanceExceptionOccurrenceAttachmentsCount - Get the number of the resource
func (CalendarViewInstanceExceptionOccurrenceAttachmentClient) ListCalendarViewInstanceExceptionOccurrenceAttachments ¶
func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) ListCalendarViewInstanceExceptionOccurrenceAttachments(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceIdExceptionOccurrenceId, options ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions) (result ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationResponse, err error)
ListCalendarViewInstanceExceptionOccurrenceAttachments - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarViewInstanceExceptionOccurrenceAttachmentClient) ListCalendarViewInstanceExceptionOccurrenceAttachmentsComplete ¶
func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) ListCalendarViewInstanceExceptionOccurrenceAttachmentsComplete(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceIdExceptionOccurrenceId, options ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions) (ListCalendarViewInstanceExceptionOccurrenceAttachmentsCompleteResult, error)
ListCalendarViewInstanceExceptionOccurrenceAttachmentsComplete retrieves all the results into a single object
func (CalendarViewInstanceExceptionOccurrenceAttachmentClient) ListCalendarViewInstanceExceptionOccurrenceAttachmentsCompleteMatchingPredicate ¶
func (c CalendarViewInstanceExceptionOccurrenceAttachmentClient) ListCalendarViewInstanceExceptionOccurrenceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarViewIdInstanceIdExceptionOccurrenceId, options ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions, predicate AttachmentOperationPredicate) (result ListCalendarViewInstanceExceptionOccurrenceAttachmentsCompleteResult, err error)
ListCalendarViewInstanceExceptionOccurrenceAttachmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions ¶
type CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultCreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions() CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions
func (CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o CreateCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions ¶
type CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions ¶
func DefaultCreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions() CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions
func (CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders ¶
func (CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData ¶
type CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionRequest ¶
type CreateCalendarViewInstanceExceptionOccurrenceAttachmentsUploadSessionRequest struct {
AttachmentItem *beta.AttachmentItem `json:"AttachmentItem,omitempty"`
}
type DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions ¶
type DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultDeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions() DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions
func (DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o DeleteCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions ¶
type GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultGetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions() GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions
func (GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o GetCalendarViewInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationOptions ¶
type GetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationOptions ¶
func DefaultGetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationOptions() GetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationOptions
func (GetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders ¶
func (o GetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToOData ¶
func (o GetCalendarViewInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToOData() *odata.Query
type ListCalendarViewInstanceExceptionOccurrenceAttachmentsCompleteResult ¶
type ListCalendarViewInstanceExceptionOccurrenceAttachmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.Attachment }
type ListCalendarViewInstanceExceptionOccurrenceAttachmentsCustomPager ¶
type ListCalendarViewInstanceExceptionOccurrenceAttachmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListCalendarViewInstanceExceptionOccurrenceAttachmentsCustomPager) NextPageLink ¶
func (p *ListCalendarViewInstanceExceptionOccurrenceAttachmentsCustomPager) NextPageLink() *odata.Link
type ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions ¶
type ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions 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 DefaultListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions ¶
func DefaultListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions() ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions
func (ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions) ToHeaders ¶
func (o ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions) ToHeaders() *client.Headers
func (ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions) ToOData ¶
func (o ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions) ToOData() *odata.Query
func (ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions) ToQuery ¶
func (o ListCalendarViewInstanceExceptionOccurrenceAttachmentsOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createcalendarviewinstanceexceptionoccurrenceattachment.go
- method_createcalendarviewinstanceexceptionoccurrenceattachmentsuploadsession.go
- method_deletecalendarviewinstanceexceptionoccurrenceattachment.go
- method_getcalendarviewinstanceexceptionoccurrenceattachment.go
- method_getcalendarviewinstanceexceptionoccurrenceattachmentscount.go
- method_listcalendarviewinstanceexceptionoccurrenceattachments.go
- model_createcalendarviewinstanceexceptionoccurrenceattachmentsuploadsessionrequest.go
- predicates.go
- version.go