Documentation ¶
Index ¶
- type AttachmentOperationPredicate
- type CalendarEventInstanceExceptionOccurrenceAttachmentClient
- func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) CreateCalendarEventInstanceExceptionOccurrenceAttachment(ctx context.Context, ...) (...)
- func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSession(ctx context.Context, ...) (...)
- func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) DeleteCalendarEventInstanceExceptionOccurrenceAttachment(ctx context.Context, ...) (...)
- func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) GetCalendarEventInstanceExceptionOccurrenceAttachment(ctx context.Context, ...) (result GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationResponse, ...)
- func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) GetCalendarEventInstanceExceptionOccurrenceAttachmentsCount(ctx context.Context, ...) (...)
- func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) ListCalendarEventInstanceExceptionOccurrenceAttachments(ctx context.Context, ...) (...)
- func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) ListCalendarEventInstanceExceptionOccurrenceAttachmentsComplete(ctx context.Context, ...) (ListCalendarEventInstanceExceptionOccurrenceAttachmentsCompleteResult, error)
- func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) ListCalendarEventInstanceExceptionOccurrenceAttachmentsCompleteMatchingPredicate(ctx context.Context, ...) (result ListCalendarEventInstanceExceptionOccurrenceAttachmentsCompleteResult, ...)
- type CreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions
- func (o CreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o CreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
- func (o CreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type CreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationResponse
- type CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions
- func (o CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
- func (o CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
- func (o CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
- type CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationResponse
- type CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionRequest
- type DeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions
- func (o DeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o DeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
- func (o DeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type DeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationResponse
- type GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions
- func (o GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
- func (o GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationResponse
- type GetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions
- func (o GetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToOData() *odata.Query
- func (o GetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
- type GetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationResponse
- type ListCalendarEventInstanceExceptionOccurrenceAttachmentsCompleteResult
- type ListCalendarEventInstanceExceptionOccurrenceAttachmentsCustomPager
- type ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions
- func (o ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions) ToHeaders() *client.Headers
- func (o ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions) ToOData() *odata.Query
- func (o ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions) ToQuery() *client.QueryParams
- type ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationResponse
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 CalendarEventInstanceExceptionOccurrenceAttachmentClient ¶
func NewCalendarEventInstanceExceptionOccurrenceAttachmentClientWithBaseURI ¶
func NewCalendarEventInstanceExceptionOccurrenceAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarEventInstanceExceptionOccurrenceAttachmentClient, error)
func (CalendarEventInstanceExceptionOccurrenceAttachmentClient) CreateCalendarEventInstanceExceptionOccurrenceAttachment ¶
func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) CreateCalendarEventInstanceExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdCalendarEventIdInstanceIdExceptionOccurrenceId, input beta.Attachment, options CreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) (result CreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationResponse, err error)
CreateCalendarEventInstanceExceptionOccurrenceAttachment - Create new navigation property to attachments for groups
func (CalendarEventInstanceExceptionOccurrenceAttachmentClient) CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSession ¶
func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSession(ctx context.Context, id beta.GroupIdCalendarEventIdInstanceIdExceptionOccurrenceId, input CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionRequest, options CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) (result CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationResponse, err error)
CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSession - 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 (CalendarEventInstanceExceptionOccurrenceAttachmentClient) DeleteCalendarEventInstanceExceptionOccurrenceAttachment ¶
func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) DeleteCalendarEventInstanceExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdCalendarEventIdInstanceIdExceptionOccurrenceIdAttachmentId, options DeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) (result DeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationResponse, err error)
DeleteCalendarEventInstanceExceptionOccurrenceAttachment - Delete navigation property attachments for groups
func (CalendarEventInstanceExceptionOccurrenceAttachmentClient) GetCalendarEventInstanceExceptionOccurrenceAttachment ¶
func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) GetCalendarEventInstanceExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdCalendarEventIdInstanceIdExceptionOccurrenceIdAttachmentId, options GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) (result GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationResponse, err error)
GetCalendarEventInstanceExceptionOccurrenceAttachment - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarEventInstanceExceptionOccurrenceAttachmentClient) GetCalendarEventInstanceExceptionOccurrenceAttachmentsCount ¶
func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) GetCalendarEventInstanceExceptionOccurrenceAttachmentsCount(ctx context.Context, id beta.GroupIdCalendarEventIdInstanceIdExceptionOccurrenceId, options GetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) (result GetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationResponse, err error)
GetCalendarEventInstanceExceptionOccurrenceAttachmentsCount - Get the number of the resource
func (CalendarEventInstanceExceptionOccurrenceAttachmentClient) ListCalendarEventInstanceExceptionOccurrenceAttachments ¶
func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) ListCalendarEventInstanceExceptionOccurrenceAttachments(ctx context.Context, id beta.GroupIdCalendarEventIdInstanceIdExceptionOccurrenceId, options ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions) (result ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationResponse, err error)
ListCalendarEventInstanceExceptionOccurrenceAttachments - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarEventInstanceExceptionOccurrenceAttachmentClient) ListCalendarEventInstanceExceptionOccurrenceAttachmentsComplete ¶
func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) ListCalendarEventInstanceExceptionOccurrenceAttachmentsComplete(ctx context.Context, id beta.GroupIdCalendarEventIdInstanceIdExceptionOccurrenceId, options ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions) (ListCalendarEventInstanceExceptionOccurrenceAttachmentsCompleteResult, error)
ListCalendarEventInstanceExceptionOccurrenceAttachmentsComplete retrieves all the results into a single object
func (CalendarEventInstanceExceptionOccurrenceAttachmentClient) ListCalendarEventInstanceExceptionOccurrenceAttachmentsCompleteMatchingPredicate ¶
func (c CalendarEventInstanceExceptionOccurrenceAttachmentClient) ListCalendarEventInstanceExceptionOccurrenceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarEventIdInstanceIdExceptionOccurrenceId, options ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions, predicate AttachmentOperationPredicate) (result ListCalendarEventInstanceExceptionOccurrenceAttachmentsCompleteResult, err error)
ListCalendarEventInstanceExceptionOccurrenceAttachmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type CreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions ¶
type CreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultCreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions() CreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions
func (CreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o CreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (CreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o CreateCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
type CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions ¶
type CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions ¶
func DefaultCreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions() CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions
func (CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders ¶
func (CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData ¶
type CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionRequest ¶
type CreateCalendarEventInstanceExceptionOccurrenceAttachmentsUploadSessionRequest struct {
AttachmentItem *beta.AttachmentItem `json:"AttachmentItem,omitempty"`
}
type DeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions ¶
type DeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultDeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions() DeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions
func (DeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o DeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (DeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o DeleteCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
type GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions ¶
type GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultGetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions() GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions
func (GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o GetCalendarEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions ¶
type GetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions ¶
func DefaultGetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions() GetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions
func (GetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders ¶
func (o GetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToOData ¶
func (o GetCalendarEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToOData() *odata.Query
type ListCalendarEventInstanceExceptionOccurrenceAttachmentsCompleteResult ¶
type ListCalendarEventInstanceExceptionOccurrenceAttachmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.Attachment }
type ListCalendarEventInstanceExceptionOccurrenceAttachmentsCustomPager ¶
type ListCalendarEventInstanceExceptionOccurrenceAttachmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListCalendarEventInstanceExceptionOccurrenceAttachmentsCustomPager) NextPageLink ¶
func (p *ListCalendarEventInstanceExceptionOccurrenceAttachmentsCustomPager) NextPageLink() *odata.Link
type ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions ¶
type ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions 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 DefaultListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions ¶
func DefaultListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions() ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions
func (ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions) ToHeaders ¶
func (o ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions) ToHeaders() *client.Headers
func (ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions) ToOData ¶
func (o ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions) ToOData() *odata.Query
func (ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions) ToQuery ¶
func (o ListCalendarEventInstanceExceptionOccurrenceAttachmentsOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createcalendareventinstanceexceptionoccurrenceattachment.go
- method_createcalendareventinstanceexceptionoccurrenceattachmentsuploadsession.go
- method_deletecalendareventinstanceexceptionoccurrenceattachment.go
- method_getcalendareventinstanceexceptionoccurrenceattachment.go
- method_getcalendareventinstanceexceptionoccurrenceattachmentscount.go
- method_listcalendareventinstanceexceptionoccurrenceattachments.go
- model_createcalendareventinstanceexceptionoccurrenceattachmentsuploadsessionrequest.go
- predicates.go
- version.go