calendareventexceptionoccurrenceextension

package
v0.20241016.1080325 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2024 License: MPL-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CalendarEventExceptionOccurrenceExtensionClient

type CalendarEventExceptionOccurrenceExtensionClient struct {
	Client *msgraph.Client
}

func NewCalendarEventExceptionOccurrenceExtensionClientWithBaseURI

func NewCalendarEventExceptionOccurrenceExtensionClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarEventExceptionOccurrenceExtensionClient, error)

func (CalendarEventExceptionOccurrenceExtensionClient) CreateCalendarEventExceptionOccurrenceExtension

CreateCalendarEventExceptionOccurrenceExtension - Create new navigation property to extensions for groups

func (CalendarEventExceptionOccurrenceExtensionClient) DeleteCalendarEventExceptionOccurrenceExtension

DeleteCalendarEventExceptionOccurrenceExtension - Delete navigation property extensions for groups

func (CalendarEventExceptionOccurrenceExtensionClient) GetCalendarEventExceptionOccurrenceExtension

GetCalendarEventExceptionOccurrenceExtension - Get extensions from groups. The collection of open extensions defined for the event. Nullable.

func (CalendarEventExceptionOccurrenceExtensionClient) GetCalendarEventExceptionOccurrenceExtensionsCount

GetCalendarEventExceptionOccurrenceExtensionsCount - Get the number of the resource

func (CalendarEventExceptionOccurrenceExtensionClient) ListCalendarEventExceptionOccurrenceExtensions

ListCalendarEventExceptionOccurrenceExtensions - Get extensions from groups. The collection of open extensions defined for the event. Nullable.

func (CalendarEventExceptionOccurrenceExtensionClient) ListCalendarEventExceptionOccurrenceExtensionsComplete

ListCalendarEventExceptionOccurrenceExtensionsComplete retrieves all the results into a single object

func (CalendarEventExceptionOccurrenceExtensionClient) ListCalendarEventExceptionOccurrenceExtensionsCompleteMatchingPredicate

ListCalendarEventExceptionOccurrenceExtensionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (CalendarEventExceptionOccurrenceExtensionClient) UpdateCalendarEventExceptionOccurrenceExtension

UpdateCalendarEventExceptionOccurrenceExtension - Update the navigation property extensions in groups

type CreateCalendarEventExceptionOccurrenceExtensionOperationOptions

type CreateCalendarEventExceptionOccurrenceExtensionOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (CreateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToHeaders

func (CreateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToOData

func (CreateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToQuery

type CreateCalendarEventExceptionOccurrenceExtensionOperationResponse

type CreateCalendarEventExceptionOccurrenceExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.Extension
}

type DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions

type DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions) ToHeaders

func (DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions) ToOData

func (DeleteCalendarEventExceptionOccurrenceExtensionOperationOptions) ToQuery

type DeleteCalendarEventExceptionOccurrenceExtensionOperationResponse

type DeleteCalendarEventExceptionOccurrenceExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type ExtensionOperationPredicate

type ExtensionOperationPredicate struct {
}

func (ExtensionOperationPredicate) Matches

type GetCalendarEventExceptionOccurrenceExtensionOperationOptions

type GetCalendarEventExceptionOccurrenceExtensionOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func (GetCalendarEventExceptionOccurrenceExtensionOperationOptions) ToHeaders

func (GetCalendarEventExceptionOccurrenceExtensionOperationOptions) ToOData

func (GetCalendarEventExceptionOccurrenceExtensionOperationOptions) ToQuery

type GetCalendarEventExceptionOccurrenceExtensionOperationResponse

type GetCalendarEventExceptionOccurrenceExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.Extension
}

type GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions

type GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func (GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions) ToHeaders

func (GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions) ToOData

func (GetCalendarEventExceptionOccurrenceExtensionsCountOperationOptions) ToQuery

type GetCalendarEventExceptionOccurrenceExtensionsCountOperationResponse

type GetCalendarEventExceptionOccurrenceExtensionsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListCalendarEventExceptionOccurrenceExtensionsCompleteResult

type ListCalendarEventExceptionOccurrenceExtensionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.Extension
}

type ListCalendarEventExceptionOccurrenceExtensionsCustomPager

type ListCalendarEventExceptionOccurrenceExtensionsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

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 (ListCalendarEventExceptionOccurrenceExtensionsOperationOptions) ToHeaders

func (ListCalendarEventExceptionOccurrenceExtensionsOperationOptions) ToOData

func (ListCalendarEventExceptionOccurrenceExtensionsOperationOptions) ToQuery

type ListCalendarEventExceptionOccurrenceExtensionsOperationResponse

type ListCalendarEventExceptionOccurrenceExtensionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.Extension
}

type UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions

type UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToHeaders

func (UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToOData

func (UpdateCalendarEventExceptionOccurrenceExtensionOperationOptions) ToQuery

type UpdateCalendarEventExceptionOccurrenceExtensionOperationResponse

type UpdateCalendarEventExceptionOccurrenceExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL