Documentation ¶
Index ¶
- type AttachmentOperationPredicate
- type CalendarEventExceptionOccurrenceInstanceAttachmentClient
- func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) CreateCalendarEventExceptionOccurrenceInstanceAttachment(ctx context.Context, ...) (...)
- func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSession(ctx context.Context, ...) (...)
- func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) DeleteCalendarEventExceptionOccurrenceInstanceAttachment(ctx context.Context, ...) (...)
- func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) GetCalendarEventExceptionOccurrenceInstanceAttachment(ctx context.Context, ...) (result GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationResponse, ...)
- func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) GetCalendarEventExceptionOccurrenceInstanceAttachmentsCount(ctx context.Context, ...) (...)
- func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) ListCalendarEventExceptionOccurrenceInstanceAttachments(ctx context.Context, ...) (...)
- func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) ListCalendarEventExceptionOccurrenceInstanceAttachmentsComplete(ctx context.Context, ...) (ListCalendarEventExceptionOccurrenceInstanceAttachmentsCompleteResult, error)
- func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) ListCalendarEventExceptionOccurrenceInstanceAttachmentsCompleteMatchingPredicate(ctx context.Context, ...) (result ListCalendarEventExceptionOccurrenceInstanceAttachmentsCompleteResult, ...)
- type CreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions
- func (o CreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o CreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
- func (o CreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type CreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationResponse
- type CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions
- func (o CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
- func (o CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
- func (o CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
- type CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationResponse
- type CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionRequest
- type DeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions
- func (o DeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o DeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
- func (o DeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type DeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationResponse
- type GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions
- func (o GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
- func (o GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationResponse
- type GetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions
- func (o GetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToOData() *odata.Query
- func (o GetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
- type GetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationResponse
- type ListCalendarEventExceptionOccurrenceInstanceAttachmentsCompleteResult
- type ListCalendarEventExceptionOccurrenceInstanceAttachmentsCustomPager
- type ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions
- func (o ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions) ToHeaders() *client.Headers
- func (o ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions) ToOData() *odata.Query
- func (o ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions) ToQuery() *client.QueryParams
- type ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationResponse
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 CalendarEventExceptionOccurrenceInstanceAttachmentClient ¶
func NewCalendarEventExceptionOccurrenceInstanceAttachmentClientWithBaseURI ¶
func NewCalendarEventExceptionOccurrenceInstanceAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarEventExceptionOccurrenceInstanceAttachmentClient, error)
func (CalendarEventExceptionOccurrenceInstanceAttachmentClient) CreateCalendarEventExceptionOccurrenceInstanceAttachment ¶
func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) CreateCalendarEventExceptionOccurrenceInstanceAttachment(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceIdInstanceId, input beta.Attachment, options CreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) (result CreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationResponse, err error)
CreateCalendarEventExceptionOccurrenceInstanceAttachment - Create new navigation property to attachments for groups
func (CalendarEventExceptionOccurrenceInstanceAttachmentClient) CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSession ¶
func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSession(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceIdInstanceId, input CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionRequest, options CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) (result CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationResponse, err error)
CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSession - 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 (CalendarEventExceptionOccurrenceInstanceAttachmentClient) DeleteCalendarEventExceptionOccurrenceInstanceAttachment ¶
func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) DeleteCalendarEventExceptionOccurrenceInstanceAttachment(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceIdInstanceIdAttachmentId, options DeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) (result DeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationResponse, err error)
DeleteCalendarEventExceptionOccurrenceInstanceAttachment - Delete navigation property attachments for groups
func (CalendarEventExceptionOccurrenceInstanceAttachmentClient) GetCalendarEventExceptionOccurrenceInstanceAttachment ¶
func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) GetCalendarEventExceptionOccurrenceInstanceAttachment(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceIdInstanceIdAttachmentId, options GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) (result GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationResponse, err error)
GetCalendarEventExceptionOccurrenceInstanceAttachment - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarEventExceptionOccurrenceInstanceAttachmentClient) GetCalendarEventExceptionOccurrenceInstanceAttachmentsCount ¶
func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) GetCalendarEventExceptionOccurrenceInstanceAttachmentsCount(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceIdInstanceId, options GetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) (result GetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationResponse, err error)
GetCalendarEventExceptionOccurrenceInstanceAttachmentsCount - Get the number of the resource
func (CalendarEventExceptionOccurrenceInstanceAttachmentClient) ListCalendarEventExceptionOccurrenceInstanceAttachments ¶
func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) ListCalendarEventExceptionOccurrenceInstanceAttachments(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceIdInstanceId, options ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions) (result ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationResponse, err error)
ListCalendarEventExceptionOccurrenceInstanceAttachments - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarEventExceptionOccurrenceInstanceAttachmentClient) ListCalendarEventExceptionOccurrenceInstanceAttachmentsComplete ¶
func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) ListCalendarEventExceptionOccurrenceInstanceAttachmentsComplete(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceIdInstanceId, options ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions) (ListCalendarEventExceptionOccurrenceInstanceAttachmentsCompleteResult, error)
ListCalendarEventExceptionOccurrenceInstanceAttachmentsComplete retrieves all the results into a single object
func (CalendarEventExceptionOccurrenceInstanceAttachmentClient) ListCalendarEventExceptionOccurrenceInstanceAttachmentsCompleteMatchingPredicate ¶
func (c CalendarEventExceptionOccurrenceInstanceAttachmentClient) ListCalendarEventExceptionOccurrenceInstanceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceIdInstanceId, options ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions, predicate AttachmentOperationPredicate) (result ListCalendarEventExceptionOccurrenceInstanceAttachmentsCompleteResult, err error)
ListCalendarEventExceptionOccurrenceInstanceAttachmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type CreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions ¶
type CreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions ¶
func DefaultCreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions() CreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions
func (CreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders ¶
func (o CreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
func (CreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData ¶
func (o CreateCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
type CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions ¶
type CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions ¶
func DefaultCreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions() CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions
func (CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToHeaders ¶
func (CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToOData ¶
type CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionRequest ¶
type CreateCalendarEventExceptionOccurrenceInstanceAttachmentsUploadSessionRequest struct {
AttachmentItem *beta.AttachmentItem `json:"AttachmentItem,omitempty"`
}
type DeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions ¶
type DeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions ¶
func DefaultDeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions() DeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions
func (DeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders ¶
func (o DeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
func (DeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData ¶
func (o DeleteCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
type GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions ¶
type GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions ¶
func DefaultGetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions() GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions
func (GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders ¶
func (o GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
func (GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData ¶
func (o GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
func (GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery ¶
func (o GetCalendarEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions ¶
type GetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions ¶
func DefaultGetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions() GetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions
func (GetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToHeaders ¶
func (o GetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToOData ¶
func (o GetCalendarEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToOData() *odata.Query
type ListCalendarEventExceptionOccurrenceInstanceAttachmentsCompleteResult ¶
type ListCalendarEventExceptionOccurrenceInstanceAttachmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.Attachment }
type ListCalendarEventExceptionOccurrenceInstanceAttachmentsCustomPager ¶
type ListCalendarEventExceptionOccurrenceInstanceAttachmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListCalendarEventExceptionOccurrenceInstanceAttachmentsCustomPager) NextPageLink ¶
func (p *ListCalendarEventExceptionOccurrenceInstanceAttachmentsCustomPager) NextPageLink() *odata.Link
type ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions ¶
type ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions 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 DefaultListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions ¶
func DefaultListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions() ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions
func (ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions) ToHeaders ¶
func (o ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions) ToHeaders() *client.Headers
func (ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions) ToOData ¶
func (o ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions) ToOData() *odata.Query
func (ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions) ToQuery ¶
func (o ListCalendarEventExceptionOccurrenceInstanceAttachmentsOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createcalendareventexceptionoccurrenceinstanceattachment.go
- method_createcalendareventexceptionoccurrenceinstanceattachmentsuploadsession.go
- method_deletecalendareventexceptionoccurrenceinstanceattachment.go
- method_getcalendareventexceptionoccurrenceinstanceattachment.go
- method_getcalendareventexceptionoccurrenceinstanceattachmentscount.go
- method_listcalendareventexceptionoccurrenceinstanceattachments.go
- model_createcalendareventexceptionoccurrenceinstanceattachmentsuploadsessionrequest.go
- predicates.go
- version.go