Documentation ¶
Index ¶
- type AttachmentOperationPredicate
- type CalendarEventExceptionOccurrenceAttachmentClient
- func (c CalendarEventExceptionOccurrenceAttachmentClient) CreateCalendarEventExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result CreateCalendarEventExceptionOccurrenceAttachmentOperationResponse, ...)
- func (c CalendarEventExceptionOccurrenceAttachmentClient) CreateCalendarEventExceptionOccurrenceAttachmentsUploadSession(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (...)
- func (c CalendarEventExceptionOccurrenceAttachmentClient) DeleteCalendarEventExceptionOccurrenceAttachment(ctx context.Context, ...) (result DeleteCalendarEventExceptionOccurrenceAttachmentOperationResponse, ...)
- func (c CalendarEventExceptionOccurrenceAttachmentClient) GetCalendarEventExceptionOccurrenceAttachment(ctx context.Context, ...) (result GetCalendarEventExceptionOccurrenceAttachmentOperationResponse, ...)
- func (c CalendarEventExceptionOccurrenceAttachmentClient) GetCalendarEventExceptionOccurrenceAttachmentsCount(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result GetCalendarEventExceptionOccurrenceAttachmentsCountOperationResponse, ...)
- func (c CalendarEventExceptionOccurrenceAttachmentClient) ListCalendarEventExceptionOccurrenceAttachments(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result ListCalendarEventExceptionOccurrenceAttachmentsOperationResponse, ...)
- func (c CalendarEventExceptionOccurrenceAttachmentClient) ListCalendarEventExceptionOccurrenceAttachmentsComplete(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (ListCalendarEventExceptionOccurrenceAttachmentsCompleteResult, error)
- func (c CalendarEventExceptionOccurrenceAttachmentClient) ListCalendarEventExceptionOccurrenceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result ListCalendarEventExceptionOccurrenceAttachmentsCompleteResult, ...)
- type CreateCalendarEventExceptionOccurrenceAttachmentOperationOptions
- func (o CreateCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o CreateCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
- func (o CreateCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type CreateCalendarEventExceptionOccurrenceAttachmentOperationResponse
- type CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions
- func (o CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
- func (o CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
- func (o CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
- type CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationResponse
- type CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionRequest
- type DeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions
- func (o DeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o DeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
- func (o DeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type DeleteCalendarEventExceptionOccurrenceAttachmentOperationResponse
- type GetCalendarEventExceptionOccurrenceAttachmentOperationOptions
- type GetCalendarEventExceptionOccurrenceAttachmentOperationResponse
- type GetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions
- func (o GetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions) ToOData() *odata.Query
- func (o GetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
- type GetCalendarEventExceptionOccurrenceAttachmentsCountOperationResponse
- type ListCalendarEventExceptionOccurrenceAttachmentsCompleteResult
- type ListCalendarEventExceptionOccurrenceAttachmentsCustomPager
- type ListCalendarEventExceptionOccurrenceAttachmentsOperationOptions
- type ListCalendarEventExceptionOccurrenceAttachmentsOperationResponse
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 CalendarEventExceptionOccurrenceAttachmentClient ¶
func NewCalendarEventExceptionOccurrenceAttachmentClientWithBaseURI ¶
func NewCalendarEventExceptionOccurrenceAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarEventExceptionOccurrenceAttachmentClient, error)
func (CalendarEventExceptionOccurrenceAttachmentClient) CreateCalendarEventExceptionOccurrenceAttachment ¶
func (c CalendarEventExceptionOccurrenceAttachmentClient) CreateCalendarEventExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, input beta.Attachment, options CreateCalendarEventExceptionOccurrenceAttachmentOperationOptions) (result CreateCalendarEventExceptionOccurrenceAttachmentOperationResponse, err error)
CreateCalendarEventExceptionOccurrenceAttachment - Create new navigation property to attachments for groups
func (CalendarEventExceptionOccurrenceAttachmentClient) CreateCalendarEventExceptionOccurrenceAttachmentsUploadSession ¶
func (c CalendarEventExceptionOccurrenceAttachmentClient) CreateCalendarEventExceptionOccurrenceAttachmentsUploadSession(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, input CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionRequest, options CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) (result CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationResponse, err error)
CreateCalendarEventExceptionOccurrenceAttachmentsUploadSession - 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 (CalendarEventExceptionOccurrenceAttachmentClient) DeleteCalendarEventExceptionOccurrenceAttachment ¶
func (c CalendarEventExceptionOccurrenceAttachmentClient) DeleteCalendarEventExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceIdAttachmentId, options DeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions) (result DeleteCalendarEventExceptionOccurrenceAttachmentOperationResponse, err error)
DeleteCalendarEventExceptionOccurrenceAttachment - Delete navigation property attachments for groups
func (CalendarEventExceptionOccurrenceAttachmentClient) GetCalendarEventExceptionOccurrenceAttachment ¶
func (c CalendarEventExceptionOccurrenceAttachmentClient) GetCalendarEventExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceIdAttachmentId, options GetCalendarEventExceptionOccurrenceAttachmentOperationOptions) (result GetCalendarEventExceptionOccurrenceAttachmentOperationResponse, err error)
GetCalendarEventExceptionOccurrenceAttachment - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarEventExceptionOccurrenceAttachmentClient) GetCalendarEventExceptionOccurrenceAttachmentsCount ¶
func (c CalendarEventExceptionOccurrenceAttachmentClient) GetCalendarEventExceptionOccurrenceAttachmentsCount(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, options GetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions) (result GetCalendarEventExceptionOccurrenceAttachmentsCountOperationResponse, err error)
GetCalendarEventExceptionOccurrenceAttachmentsCount - Get the number of the resource
func (CalendarEventExceptionOccurrenceAttachmentClient) ListCalendarEventExceptionOccurrenceAttachments ¶
func (c CalendarEventExceptionOccurrenceAttachmentClient) ListCalendarEventExceptionOccurrenceAttachments(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, options ListCalendarEventExceptionOccurrenceAttachmentsOperationOptions) (result ListCalendarEventExceptionOccurrenceAttachmentsOperationResponse, err error)
ListCalendarEventExceptionOccurrenceAttachments - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarEventExceptionOccurrenceAttachmentClient) ListCalendarEventExceptionOccurrenceAttachmentsComplete ¶
func (c CalendarEventExceptionOccurrenceAttachmentClient) ListCalendarEventExceptionOccurrenceAttachmentsComplete(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, options ListCalendarEventExceptionOccurrenceAttachmentsOperationOptions) (ListCalendarEventExceptionOccurrenceAttachmentsCompleteResult, error)
ListCalendarEventExceptionOccurrenceAttachmentsComplete retrieves all the results into a single object
func (CalendarEventExceptionOccurrenceAttachmentClient) ListCalendarEventExceptionOccurrenceAttachmentsCompleteMatchingPredicate ¶
func (c CalendarEventExceptionOccurrenceAttachmentClient) ListCalendarEventExceptionOccurrenceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, options ListCalendarEventExceptionOccurrenceAttachmentsOperationOptions, predicate AttachmentOperationPredicate) (result ListCalendarEventExceptionOccurrenceAttachmentsCompleteResult, err error)
ListCalendarEventExceptionOccurrenceAttachmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type CreateCalendarEventExceptionOccurrenceAttachmentOperationOptions ¶
type CreateCalendarEventExceptionOccurrenceAttachmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarEventExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultCreateCalendarEventExceptionOccurrenceAttachmentOperationOptions() CreateCalendarEventExceptionOccurrenceAttachmentOperationOptions
func (CreateCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o CreateCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (CreateCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o CreateCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (CreateCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o CreateCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions ¶
type CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions ¶
func DefaultCreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions() CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions
func (CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders ¶
func (o CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
func (CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData ¶
func (o CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
type CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionRequest ¶
type CreateCalendarEventExceptionOccurrenceAttachmentsUploadSessionRequest struct {
AttachmentItem *beta.AttachmentItem `json:"AttachmentItem,omitempty"`
}
type DeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions ¶
type DeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultDeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions() DeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions
func (DeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o DeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (DeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o DeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (DeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o DeleteCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarEventExceptionOccurrenceAttachmentOperationOptions ¶
type GetCalendarEventExceptionOccurrenceAttachmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetCalendarEventExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultGetCalendarEventExceptionOccurrenceAttachmentOperationOptions() GetCalendarEventExceptionOccurrenceAttachmentOperationOptions
func (GetCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o GetCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (GetCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o GetCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (GetCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o GetCalendarEventExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions ¶
type GetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions ¶
func DefaultGetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions() GetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions
func (GetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders ¶
func (o GetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions) ToOData ¶
func (o GetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions) ToOData() *odata.Query
func (GetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions) ToQuery ¶
func (o GetCalendarEventExceptionOccurrenceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
type ListCalendarEventExceptionOccurrenceAttachmentsCompleteResult ¶
type ListCalendarEventExceptionOccurrenceAttachmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.Attachment }
type ListCalendarEventExceptionOccurrenceAttachmentsCustomPager ¶
type ListCalendarEventExceptionOccurrenceAttachmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListCalendarEventExceptionOccurrenceAttachmentsCustomPager) NextPageLink ¶
func (p *ListCalendarEventExceptionOccurrenceAttachmentsCustomPager) NextPageLink() *odata.Link
type ListCalendarEventExceptionOccurrenceAttachmentsOperationOptions ¶
type ListCalendarEventExceptionOccurrenceAttachmentsOperationOptions 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 DefaultListCalendarEventExceptionOccurrenceAttachmentsOperationOptions ¶
func DefaultListCalendarEventExceptionOccurrenceAttachmentsOperationOptions() ListCalendarEventExceptionOccurrenceAttachmentsOperationOptions
func (ListCalendarEventExceptionOccurrenceAttachmentsOperationOptions) ToHeaders ¶
func (o ListCalendarEventExceptionOccurrenceAttachmentsOperationOptions) ToHeaders() *client.Headers
func (ListCalendarEventExceptionOccurrenceAttachmentsOperationOptions) ToOData ¶
func (o ListCalendarEventExceptionOccurrenceAttachmentsOperationOptions) ToOData() *odata.Query
func (ListCalendarEventExceptionOccurrenceAttachmentsOperationOptions) ToQuery ¶
func (o ListCalendarEventExceptionOccurrenceAttachmentsOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createcalendareventexceptionoccurrenceattachment.go
- method_createcalendareventexceptionoccurrenceattachmentsuploadsession.go
- method_deletecalendareventexceptionoccurrenceattachment.go
- method_getcalendareventexceptionoccurrenceattachment.go
- method_getcalendareventexceptionoccurrenceattachmentscount.go
- method_listcalendareventexceptionoccurrenceattachments.go
- model_createcalendareventexceptionoccurrenceattachmentsuploadsessionrequest.go
- predicates.go
- version.go