Documentation ¶
Index ¶
- type CalendarEventExceptionOccurrenceExtensionClient
- func (c CalendarEventExceptionOccurrenceExtensionClient) CreateCalendarEventExceptionOccurrenceExtension(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result CreateCalendarEventExceptionOccurrenceExtensionOperationResponse, ...)
- func (c CalendarEventExceptionOccurrenceExtensionClient) DeleteCalendarEventExceptionOccurrenceExtension(ctx context.Context, ...) (result DeleteCalendarEventExceptionOccurrenceExtensionOperationResponse, ...)
- func (c CalendarEventExceptionOccurrenceExtensionClient) GetCalendarEventExceptionOccurrenceExtension(ctx context.Context, ...) (result GetCalendarEventExceptionOccurrenceExtensionOperationResponse, ...)
- func (c CalendarEventExceptionOccurrenceExtensionClient) GetCalendarEventExceptionOccurrenceExtensionsCount(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result GetCalendarEventExceptionOccurrenceExtensionsCountOperationResponse, ...)
- func (c CalendarEventExceptionOccurrenceExtensionClient) ListCalendarEventExceptionOccurrenceExtensions(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result ListCalendarEventExceptionOccurrenceExtensionsOperationResponse, ...)
- func (c CalendarEventExceptionOccurrenceExtensionClient) ListCalendarEventExceptionOccurrenceExtensionsComplete(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (ListCalendarEventExceptionOccurrenceExtensionsCompleteResult, error)
- func (c CalendarEventExceptionOccurrenceExtensionClient) ListCalendarEventExceptionOccurrenceExtensionsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, ...) (result ListCalendarEventExceptionOccurrenceExtensionsCompleteResult, err error)
- func (c CalendarEventExceptionOccurrenceExtensionClient) UpdateCalendarEventExceptionOccurrenceExtension(ctx context.Context, ...) (result UpdateCalendarEventExceptionOccurrenceExtensionOperationResponse, ...)
- type CreateCalendarEventExceptionOccurrenceExtensionOperationOptions
- type CreateCalendarEventExceptionOccurrenceExtensionOperationResponse
- type DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions
- type DeleteCalendarEventExceptionOccurrenceExtensionOperationResponse
- type ExtensionOperationPredicate
- type GetCalendarEventExceptionOccurrenceExtensionOperationOptions
- type GetCalendarEventExceptionOccurrenceExtensionOperationResponse
- type GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions
- func (o GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions) ToOData() *odata.Query
- func (o GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions) ToQuery() *client.QueryParams
- type GetCalendarEventExceptionOccurrenceExtensionsCountOperationResponse
- type ListCalendarEventExceptionOccurrenceExtensionsCompleteResult
- type ListCalendarEventExceptionOccurrenceExtensionsCustomPager
- type ListCalendarEventExceptionOccurrenceExtensionsOperationOptions
- type ListCalendarEventExceptionOccurrenceExtensionsOperationResponse
- type UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions
- type UpdateCalendarEventExceptionOccurrenceExtensionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CalendarEventExceptionOccurrenceExtensionClient ¶
func NewCalendarEventExceptionOccurrenceExtensionClientWithBaseURI ¶
func NewCalendarEventExceptionOccurrenceExtensionClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarEventExceptionOccurrenceExtensionClient, error)
func (CalendarEventExceptionOccurrenceExtensionClient) CreateCalendarEventExceptionOccurrenceExtension ¶
func (c CalendarEventExceptionOccurrenceExtensionClient) CreateCalendarEventExceptionOccurrenceExtension(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, input beta.Extension, options CreateCalendarEventExceptionOccurrenceExtensionOperationOptions) (result CreateCalendarEventExceptionOccurrenceExtensionOperationResponse, err error)
CreateCalendarEventExceptionOccurrenceExtension - Create new navigation property to extensions for groups
func (CalendarEventExceptionOccurrenceExtensionClient) DeleteCalendarEventExceptionOccurrenceExtension ¶
func (c CalendarEventExceptionOccurrenceExtensionClient) DeleteCalendarEventExceptionOccurrenceExtension(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceIdExtensionId, options DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions) (result DeleteCalendarEventExceptionOccurrenceExtensionOperationResponse, err error)
DeleteCalendarEventExceptionOccurrenceExtension - Delete navigation property extensions for groups
func (CalendarEventExceptionOccurrenceExtensionClient) GetCalendarEventExceptionOccurrenceExtension ¶
func (c CalendarEventExceptionOccurrenceExtensionClient) GetCalendarEventExceptionOccurrenceExtension(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceIdExtensionId, options GetCalendarEventExceptionOccurrenceExtensionOperationOptions) (result GetCalendarEventExceptionOccurrenceExtensionOperationResponse, err error)
GetCalendarEventExceptionOccurrenceExtension - Get extensions from groups. The collection of open extensions defined for the event. Nullable.
func (CalendarEventExceptionOccurrenceExtensionClient) GetCalendarEventExceptionOccurrenceExtensionsCount ¶
func (c CalendarEventExceptionOccurrenceExtensionClient) GetCalendarEventExceptionOccurrenceExtensionsCount(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, options GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions) (result GetCalendarEventExceptionOccurrenceExtensionsCountOperationResponse, err error)
GetCalendarEventExceptionOccurrenceExtensionsCount - Get the number of the resource
func (CalendarEventExceptionOccurrenceExtensionClient) ListCalendarEventExceptionOccurrenceExtensions ¶
func (c CalendarEventExceptionOccurrenceExtensionClient) ListCalendarEventExceptionOccurrenceExtensions(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, options ListCalendarEventExceptionOccurrenceExtensionsOperationOptions) (result ListCalendarEventExceptionOccurrenceExtensionsOperationResponse, err error)
ListCalendarEventExceptionOccurrenceExtensions - Get extensions from groups. The collection of open extensions defined for the event. Nullable.
func (CalendarEventExceptionOccurrenceExtensionClient) ListCalendarEventExceptionOccurrenceExtensionsComplete ¶
func (c CalendarEventExceptionOccurrenceExtensionClient) ListCalendarEventExceptionOccurrenceExtensionsComplete(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, options ListCalendarEventExceptionOccurrenceExtensionsOperationOptions) (ListCalendarEventExceptionOccurrenceExtensionsCompleteResult, error)
ListCalendarEventExceptionOccurrenceExtensionsComplete retrieves all the results into a single object
func (CalendarEventExceptionOccurrenceExtensionClient) ListCalendarEventExceptionOccurrenceExtensionsCompleteMatchingPredicate ¶
func (c CalendarEventExceptionOccurrenceExtensionClient) ListCalendarEventExceptionOccurrenceExtensionsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceId, options ListCalendarEventExceptionOccurrenceExtensionsOperationOptions, predicate ExtensionOperationPredicate) (result ListCalendarEventExceptionOccurrenceExtensionsCompleteResult, err error)
ListCalendarEventExceptionOccurrenceExtensionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (CalendarEventExceptionOccurrenceExtensionClient) UpdateCalendarEventExceptionOccurrenceExtension ¶
func (c CalendarEventExceptionOccurrenceExtensionClient) UpdateCalendarEventExceptionOccurrenceExtension(ctx context.Context, id beta.GroupIdCalendarEventIdExceptionOccurrenceIdExtensionId, input beta.Extension, options UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions) (result UpdateCalendarEventExceptionOccurrenceExtensionOperationResponse, err error)
UpdateCalendarEventExceptionOccurrenceExtension - Update the navigation property extensions in groups
type CreateCalendarEventExceptionOccurrenceExtensionOperationOptions ¶
type CreateCalendarEventExceptionOccurrenceExtensionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCalendarEventExceptionOccurrenceExtensionOperationOptions ¶
func DefaultCreateCalendarEventExceptionOccurrenceExtensionOperationOptions() CreateCalendarEventExceptionOccurrenceExtensionOperationOptions
func (CreateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToHeaders ¶
func (o CreateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToHeaders() *client.Headers
func (CreateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToOData ¶
func (o CreateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToOData() *odata.Query
func (CreateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToQuery ¶
func (o CreateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToQuery() *client.QueryParams
type DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions ¶
type DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteCalendarEventExceptionOccurrenceExtensionOperationOptions ¶
func DefaultDeleteCalendarEventExceptionOccurrenceExtensionOperationOptions() DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions
func (DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions) ToHeaders ¶
func (o DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions) ToHeaders() *client.Headers
func (DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions) ToOData ¶
func (o DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions) ToOData() *odata.Query
func (DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions) ToQuery ¶
func (o DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions) ToQuery() *client.QueryParams
type ExtensionOperationPredicate ¶
type ExtensionOperationPredicate struct { }
type GetCalendarEventExceptionOccurrenceExtensionOperationOptions ¶
type GetCalendarEventExceptionOccurrenceExtensionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetCalendarEventExceptionOccurrenceExtensionOperationOptions ¶
func DefaultGetCalendarEventExceptionOccurrenceExtensionOperationOptions() GetCalendarEventExceptionOccurrenceExtensionOperationOptions
func (GetCalendarEventExceptionOccurrenceExtensionOperationOptions) ToHeaders ¶
func (o GetCalendarEventExceptionOccurrenceExtensionOperationOptions) ToHeaders() *client.Headers
func (GetCalendarEventExceptionOccurrenceExtensionOperationOptions) ToOData ¶
func (o GetCalendarEventExceptionOccurrenceExtensionOperationOptions) ToOData() *odata.Query
func (GetCalendarEventExceptionOccurrenceExtensionOperationOptions) ToQuery ¶
func (o GetCalendarEventExceptionOccurrenceExtensionOperationOptions) ToQuery() *client.QueryParams
type GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions ¶
type GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions ¶
func DefaultGetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions() GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions
func (GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions) ToHeaders ¶
func (o GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions) ToHeaders() *client.Headers
func (GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions) ToOData ¶
func (o GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions) ToOData() *odata.Query
func (GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions) ToQuery ¶
func (o GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions) ToQuery() *client.QueryParams
type ListCalendarEventExceptionOccurrenceExtensionsCustomPager ¶
type ListCalendarEventExceptionOccurrenceExtensionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListCalendarEventExceptionOccurrenceExtensionsCustomPager) NextPageLink ¶
func (p *ListCalendarEventExceptionOccurrenceExtensionsCustomPager) NextPageLink() *odata.Link
type ListCalendarEventExceptionOccurrenceExtensionsOperationOptions ¶
type ListCalendarEventExceptionOccurrenceExtensionsOperationOptions 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 DefaultListCalendarEventExceptionOccurrenceExtensionsOperationOptions ¶
func DefaultListCalendarEventExceptionOccurrenceExtensionsOperationOptions() ListCalendarEventExceptionOccurrenceExtensionsOperationOptions
func (ListCalendarEventExceptionOccurrenceExtensionsOperationOptions) ToHeaders ¶
func (o ListCalendarEventExceptionOccurrenceExtensionsOperationOptions) ToHeaders() *client.Headers
func (ListCalendarEventExceptionOccurrenceExtensionsOperationOptions) ToOData ¶
func (o ListCalendarEventExceptionOccurrenceExtensionsOperationOptions) ToOData() *odata.Query
func (ListCalendarEventExceptionOccurrenceExtensionsOperationOptions) ToQuery ¶
func (o ListCalendarEventExceptionOccurrenceExtensionsOperationOptions) ToQuery() *client.QueryParams
type UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions ¶
type UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateCalendarEventExceptionOccurrenceExtensionOperationOptions ¶
func DefaultUpdateCalendarEventExceptionOccurrenceExtensionOperationOptions() UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions
func (UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToHeaders ¶
func (o UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToHeaders() *client.Headers
func (UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToOData ¶
func (o UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToOData() *odata.Query
func (UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToQuery ¶
func (o UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createcalendareventexceptionoccurrenceextension.go
- method_deletecalendareventexceptionoccurrenceextension.go
- method_getcalendareventexceptionoccurrenceextension.go
- method_getcalendareventexceptionoccurrenceextensionscount.go
- method_listcalendareventexceptionoccurrenceextensions.go
- method_updatecalendareventexceptionoccurrenceextension.go
- predicates.go
- version.go