item

package
v0.24.1 Latest Latest
Warning

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

Go to latest
Published: May 25, 2022 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventItemRequestBuilder added in v0.12.0

type EventItemRequestBuilder struct {
	// contains filtered or unexported fields
}

EventItemRequestBuilder provides operations to manage the calendarView property of the microsoft.graph.user entity.

func NewEventItemRequestBuilder added in v0.12.0

NewEventItemRequestBuilder instantiates a new EventItemRequestBuilder and sets the default values.

func NewEventItemRequestBuilderInternal added in v0.12.0

func NewEventItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *EventItemRequestBuilder

NewEventItemRequestBuilderInternal instantiates a new EventItemRequestBuilder and sets the default values.

func (*EventItemRequestBuilder) Accept added in v0.12.0

Accept the accept property

func (*EventItemRequestBuilder) Attachments added in v0.12.0

Attachments the attachments property

func (*EventItemRequestBuilder) AttachmentsById added in v0.12.0

AttachmentsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendarView.item.attachments.item collection

func (*EventItemRequestBuilder) Calendar added in v0.12.0

Calendar the calendar property

func (*EventItemRequestBuilder) Cancel added in v0.12.0

Cancel the cancel property

func (*EventItemRequestBuilder) CreateDeleteRequestInformation added in v0.12.0

CreateDeleteRequestInformation delete navigation property calendarView for me

func (*EventItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration added in v0.22.0

CreateDeleteRequestInformationWithRequestConfiguration delete navigation property calendarView for me

func (*EventItemRequestBuilder) CreateGetRequestInformation added in v0.12.0

CreateGetRequestInformation the calendar view for the calendar. Read-only. Nullable.

func (*EventItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration added in v0.22.0

CreateGetRequestInformationWithRequestConfiguration the calendar view for the calendar. Read-only. Nullable.

func (*EventItemRequestBuilder) CreatePatchRequestInformation added in v0.12.0

CreatePatchRequestInformation update the navigation property calendarView in me

func (*EventItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration added in v0.22.0

CreatePatchRequestInformationWithRequestConfiguration update the navigation property calendarView in me

func (*EventItemRequestBuilder) Decline added in v0.12.0

Decline the decline property

func (*EventItemRequestBuilder) Delete added in v0.12.0

func (m *EventItemRequestBuilder) Delete() error

Delete delete navigation property calendarView for me

func (*EventItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler added in v0.22.0

func (m *EventItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *EventItemRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error

DeleteWithRequestConfigurationAndResponseHandler delete navigation property calendarView for me

func (*EventItemRequestBuilder) DismissReminder added in v0.12.0

DismissReminder the dismissReminder property

func (*EventItemRequestBuilder) Extensions added in v0.12.0

Extensions the extensions property

func (*EventItemRequestBuilder) ExtensionsById added in v0.12.0

ExtensionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendarView.item.extensions.item collection

func (*EventItemRequestBuilder) Forward added in v0.12.0

Forward the forward property

func (*EventItemRequestBuilder) Get added in v0.12.0

Get the calendar view for the calendar. Read-only. Nullable.

func (*EventItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler added in v0.22.0

GetWithRequestConfigurationAndResponseHandler the calendar view for the calendar. Read-only. Nullable.

func (*EventItemRequestBuilder) Instances added in v0.12.0

Instances the instances property

func (*EventItemRequestBuilder) InstancesById added in v0.12.0

InstancesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendarView.item.instances.item collection

func (*EventItemRequestBuilder) MultiValueExtendedProperties added in v0.12.0

MultiValueExtendedProperties the multiValueExtendedProperties property

func (*EventItemRequestBuilder) MultiValueExtendedPropertiesById added in v0.12.0

MultiValueExtendedPropertiesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendarView.item.multiValueExtendedProperties.item collection

func (*EventItemRequestBuilder) Patch added in v0.12.0

Patch update the navigation property calendarView in me

func (*EventItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler added in v0.22.0

PatchWithRequestConfigurationAndResponseHandler update the navigation property calendarView in me

func (*EventItemRequestBuilder) SingleValueExtendedProperties added in v0.12.0

SingleValueExtendedProperties the singleValueExtendedProperties property

func (*EventItemRequestBuilder) SingleValueExtendedPropertiesById added in v0.12.0

SingleValueExtendedPropertiesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendarView.item.singleValueExtendedProperties.item collection

func (*EventItemRequestBuilder) SnoozeReminder added in v0.12.0

SnoozeReminder the snoozeReminder property

func (*EventItemRequestBuilder) TentativelyAccept added in v0.12.0

TentativelyAccept the tentativelyAccept property

type EventItemRequestBuilderDeleteRequestConfiguration added in v0.22.0

type EventItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

EventItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type EventItemRequestBuilderGetQueryParameters added in v0.12.0

type EventItemRequestBuilderGetQueryParameters struct {
	// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00
	EndDateTime *string
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00
	StartDateTime *string
}

EventItemRequestBuilderGetQueryParameters the calendar view for the calendar. Read-only. Nullable.

type EventItemRequestBuilderGetRequestConfiguration added in v0.22.0

type EventItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *EventItemRequestBuilderGetQueryParameters
}

EventItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type EventItemRequestBuilderPatchRequestConfiguration added in v0.22.0

type EventItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

EventItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

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