Documentation ¶
Index ¶
- type AttachmentOperationPredicate
- type CalendarViewExceptionOccurrenceAttachmentClient
- func (c CalendarViewExceptionOccurrenceAttachmentClient) CreateCalendarViewExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, ...) (result CreateCalendarViewExceptionOccurrenceAttachmentOperationResponse, ...)
- func (c CalendarViewExceptionOccurrenceAttachmentClient) CreateCalendarViewExceptionOccurrenceAttachmentsUploadSession(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, ...) (...)
- func (c CalendarViewExceptionOccurrenceAttachmentClient) DeleteCalendarViewExceptionOccurrenceAttachment(ctx context.Context, ...) (result DeleteCalendarViewExceptionOccurrenceAttachmentOperationResponse, ...)
- func (c CalendarViewExceptionOccurrenceAttachmentClient) GetCalendarViewExceptionOccurrenceAttachment(ctx context.Context, ...) (result GetCalendarViewExceptionOccurrenceAttachmentOperationResponse, ...)
- func (c CalendarViewExceptionOccurrenceAttachmentClient) GetCalendarViewExceptionOccurrenceAttachmentsCount(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, ...) (result GetCalendarViewExceptionOccurrenceAttachmentsCountOperationResponse, ...)
- func (c CalendarViewExceptionOccurrenceAttachmentClient) ListCalendarViewExceptionOccurrenceAttachments(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, ...) (result ListCalendarViewExceptionOccurrenceAttachmentsOperationResponse, ...)
- func (c CalendarViewExceptionOccurrenceAttachmentClient) ListCalendarViewExceptionOccurrenceAttachmentsComplete(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, ...) (ListCalendarViewExceptionOccurrenceAttachmentsCompleteResult, error)
- func (c CalendarViewExceptionOccurrenceAttachmentClient) ListCalendarViewExceptionOccurrenceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, ...) (result ListCalendarViewExceptionOccurrenceAttachmentsCompleteResult, err error)
- type CreateCalendarViewExceptionOccurrenceAttachmentOperationOptions
- type CreateCalendarViewExceptionOccurrenceAttachmentOperationResponse
- type CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationOptions
- func (o CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
- func (o CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
- func (o CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
- type CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationResponse
- type CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionRequest
- type DeleteCalendarViewExceptionOccurrenceAttachmentOperationOptions
- type DeleteCalendarViewExceptionOccurrenceAttachmentOperationResponse
- type GetCalendarViewExceptionOccurrenceAttachmentOperationOptions
- type GetCalendarViewExceptionOccurrenceAttachmentOperationResponse
- type GetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions
- func (o GetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions) ToOData() *odata.Query
- func (o GetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
- type GetCalendarViewExceptionOccurrenceAttachmentsCountOperationResponse
- type ListCalendarViewExceptionOccurrenceAttachmentsCompleteResult
- type ListCalendarViewExceptionOccurrenceAttachmentsCustomPager
- type ListCalendarViewExceptionOccurrenceAttachmentsOperationOptions
- type ListCalendarViewExceptionOccurrenceAttachmentsOperationResponse
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 CalendarViewExceptionOccurrenceAttachmentClient ¶
func NewCalendarViewExceptionOccurrenceAttachmentClientWithBaseURI ¶
func NewCalendarViewExceptionOccurrenceAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarViewExceptionOccurrenceAttachmentClient, error)
func (CalendarViewExceptionOccurrenceAttachmentClient) CreateCalendarViewExceptionOccurrenceAttachment ¶
func (c CalendarViewExceptionOccurrenceAttachmentClient) CreateCalendarViewExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, input beta.Attachment, options CreateCalendarViewExceptionOccurrenceAttachmentOperationOptions) (result CreateCalendarViewExceptionOccurrenceAttachmentOperationResponse, err error)
CreateCalendarViewExceptionOccurrenceAttachment - Create new navigation property to attachments for groups
func (CalendarViewExceptionOccurrenceAttachmentClient) CreateCalendarViewExceptionOccurrenceAttachmentsUploadSession ¶
func (c CalendarViewExceptionOccurrenceAttachmentClient) CreateCalendarViewExceptionOccurrenceAttachmentsUploadSession(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, input CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionRequest, options CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationOptions) (result CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationResponse, err error)
CreateCalendarViewExceptionOccurrenceAttachmentsUploadSession - 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 (CalendarViewExceptionOccurrenceAttachmentClient) DeleteCalendarViewExceptionOccurrenceAttachment ¶
func (c CalendarViewExceptionOccurrenceAttachmentClient) DeleteCalendarViewExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceIdAttachmentId, options DeleteCalendarViewExceptionOccurrenceAttachmentOperationOptions) (result DeleteCalendarViewExceptionOccurrenceAttachmentOperationResponse, err error)
DeleteCalendarViewExceptionOccurrenceAttachment - Delete navigation property attachments for groups
func (CalendarViewExceptionOccurrenceAttachmentClient) GetCalendarViewExceptionOccurrenceAttachment ¶
func (c CalendarViewExceptionOccurrenceAttachmentClient) GetCalendarViewExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceIdAttachmentId, options GetCalendarViewExceptionOccurrenceAttachmentOperationOptions) (result GetCalendarViewExceptionOccurrenceAttachmentOperationResponse, err error)
GetCalendarViewExceptionOccurrenceAttachment - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarViewExceptionOccurrenceAttachmentClient) GetCalendarViewExceptionOccurrenceAttachmentsCount ¶
func (c CalendarViewExceptionOccurrenceAttachmentClient) GetCalendarViewExceptionOccurrenceAttachmentsCount(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, options GetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions) (result GetCalendarViewExceptionOccurrenceAttachmentsCountOperationResponse, err error)
GetCalendarViewExceptionOccurrenceAttachmentsCount - Get the number of the resource
func (CalendarViewExceptionOccurrenceAttachmentClient) ListCalendarViewExceptionOccurrenceAttachments ¶
func (c CalendarViewExceptionOccurrenceAttachmentClient) ListCalendarViewExceptionOccurrenceAttachments(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, options ListCalendarViewExceptionOccurrenceAttachmentsOperationOptions) (result ListCalendarViewExceptionOccurrenceAttachmentsOperationResponse, err error)
ListCalendarViewExceptionOccurrenceAttachments - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (CalendarViewExceptionOccurrenceAttachmentClient) ListCalendarViewExceptionOccurrenceAttachmentsComplete ¶
func (c CalendarViewExceptionOccurrenceAttachmentClient) ListCalendarViewExceptionOccurrenceAttachmentsComplete(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, options ListCalendarViewExceptionOccurrenceAttachmentsOperationOptions) (ListCalendarViewExceptionOccurrenceAttachmentsCompleteResult, error)
ListCalendarViewExceptionOccurrenceAttachmentsComplete retrieves all the results into a single object
func (CalendarViewExceptionOccurrenceAttachmentClient) ListCalendarViewExceptionOccurrenceAttachmentsCompleteMatchingPredicate ¶
func (c CalendarViewExceptionOccurrenceAttachmentClient) ListCalendarViewExceptionOccurrenceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarViewIdExceptionOccurrenceId, options ListCalendarViewExceptionOccurrenceAttachmentsOperationOptions, predicate AttachmentOperationPredicate) (result ListCalendarViewExceptionOccurrenceAttachmentsCompleteResult, err error)
ListCalendarViewExceptionOccurrenceAttachmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type CreateCalendarViewExceptionOccurrenceAttachmentOperationOptions ¶
type CreateCalendarViewExceptionOccurrenceAttachmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarViewExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultCreateCalendarViewExceptionOccurrenceAttachmentOperationOptions() CreateCalendarViewExceptionOccurrenceAttachmentOperationOptions
func (CreateCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o CreateCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (CreateCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o CreateCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (CreateCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o CreateCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationOptions ¶
type CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationOptions ¶
func DefaultCreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationOptions() CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationOptions
func (CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders ¶
func (o CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
func (CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData ¶
func (o CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
type CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionRequest ¶
type CreateCalendarViewExceptionOccurrenceAttachmentsUploadSessionRequest struct {
AttachmentItem *beta.AttachmentItem `json:"AttachmentItem,omitempty"`
}
type DeleteCalendarViewExceptionOccurrenceAttachmentOperationOptions ¶
type DeleteCalendarViewExceptionOccurrenceAttachmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteCalendarViewExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultDeleteCalendarViewExceptionOccurrenceAttachmentOperationOptions() DeleteCalendarViewExceptionOccurrenceAttachmentOperationOptions
func (DeleteCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o DeleteCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (DeleteCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o DeleteCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (DeleteCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o DeleteCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarViewExceptionOccurrenceAttachmentOperationOptions ¶
type GetCalendarViewExceptionOccurrenceAttachmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetCalendarViewExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultGetCalendarViewExceptionOccurrenceAttachmentOperationOptions() GetCalendarViewExceptionOccurrenceAttachmentOperationOptions
func (GetCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o GetCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (GetCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o GetCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (GetCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o GetCalendarViewExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions ¶
type GetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions ¶
func DefaultGetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions() GetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions
func (GetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders ¶
func (o GetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions) ToOData ¶
func (o GetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions) ToOData() *odata.Query
func (GetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions) ToQuery ¶
func (o GetCalendarViewExceptionOccurrenceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
type ListCalendarViewExceptionOccurrenceAttachmentsCompleteResult ¶
type ListCalendarViewExceptionOccurrenceAttachmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.Attachment }
type ListCalendarViewExceptionOccurrenceAttachmentsCustomPager ¶
type ListCalendarViewExceptionOccurrenceAttachmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListCalendarViewExceptionOccurrenceAttachmentsCustomPager) NextPageLink ¶
func (p *ListCalendarViewExceptionOccurrenceAttachmentsCustomPager) NextPageLink() *odata.Link
type ListCalendarViewExceptionOccurrenceAttachmentsOperationOptions ¶
type ListCalendarViewExceptionOccurrenceAttachmentsOperationOptions 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 DefaultListCalendarViewExceptionOccurrenceAttachmentsOperationOptions ¶
func DefaultListCalendarViewExceptionOccurrenceAttachmentsOperationOptions() ListCalendarViewExceptionOccurrenceAttachmentsOperationOptions
func (ListCalendarViewExceptionOccurrenceAttachmentsOperationOptions) ToHeaders ¶
func (o ListCalendarViewExceptionOccurrenceAttachmentsOperationOptions) ToHeaders() *client.Headers
func (ListCalendarViewExceptionOccurrenceAttachmentsOperationOptions) ToOData ¶
func (o ListCalendarViewExceptionOccurrenceAttachmentsOperationOptions) ToOData() *odata.Query
func (ListCalendarViewExceptionOccurrenceAttachmentsOperationOptions) ToQuery ¶
func (o ListCalendarViewExceptionOccurrenceAttachmentsOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createcalendarviewexceptionoccurrenceattachment.go
- method_createcalendarviewexceptionoccurrenceattachmentsuploadsession.go
- method_deletecalendarviewexceptionoccurrenceattachment.go
- method_getcalendarviewexceptionoccurrenceattachment.go
- method_getcalendarviewexceptionoccurrenceattachmentscount.go
- method_listcalendarviewexceptionoccurrenceattachments.go
- model_createcalendarviewexceptionoccurrenceattachmentsuploadsessionrequest.go
- predicates.go
- version.go