Documentation
¶
Index ¶
- type EventRequestBuilder
- func (m *EventRequestBuilder) Accept() ...
- func (m *EventRequestBuilder) Attachments() ...
- func (m *EventRequestBuilder) AttachmentsById(id string) ...
- func (m *EventRequestBuilder) Calendar() ...
- func (m *EventRequestBuilder) Cancel() ...
- func (m *EventRequestBuilder) CreateDeleteRequestInformation(options *EventRequestBuilderDeleteOptions) (...)
- func (m *EventRequestBuilder) CreateGetRequestInformation(options *EventRequestBuilderGetOptions) (...)
- func (m *EventRequestBuilder) CreatePatchRequestInformation(options *EventRequestBuilderPatchOptions) (...)
- func (m *EventRequestBuilder) Decline() ...
- func (m *EventRequestBuilder) Delete(options *EventRequestBuilderDeleteOptions) error
- func (m *EventRequestBuilder) DismissReminder() ...
- func (m *EventRequestBuilder) Extensions() ...
- func (m *EventRequestBuilder) ExtensionsById(id string) ...
- func (m *EventRequestBuilder) Forward() ...
- func (m *EventRequestBuilder) Get(options *EventRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Event, ...)
- func (m *EventRequestBuilder) Instances() ...
- func (m *EventRequestBuilder) InstancesById(id string) ...
- func (m *EventRequestBuilder) MultiValueExtendedProperties() ...
- func (m *EventRequestBuilder) MultiValueExtendedPropertiesById(id string) ...
- func (m *EventRequestBuilder) Patch(options *EventRequestBuilderPatchOptions) error
- func (m *EventRequestBuilder) SingleValueExtendedProperties() ...
- func (m *EventRequestBuilder) SingleValueExtendedPropertiesById(id string) ...
- func (m *EventRequestBuilder) SnoozeReminder() ...
- func (m *EventRequestBuilder) TentativelyAccept() ...
- type EventRequestBuilderDeleteOptions
- type EventRequestBuilderGetOptions
- type EventRequestBuilderGetQueryParameters
- type EventRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventRequestBuilder ¶
type EventRequestBuilder struct {
// contains filtered or unexported fields
}
EventRequestBuilder builds and executes requests for operations under \me\calendar\events\{event-id}
func NewEventRequestBuilder ¶
func NewEventRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *EventRequestBuilder
NewEventRequestBuilder instantiates a new EventRequestBuilder and sets the default values.
func NewEventRequestBuilderInternal ¶
func NewEventRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *EventRequestBuilder
NewEventRequestBuilderInternal instantiates a new EventRequestBuilder and sets the default values.
func (*EventRequestBuilder) Attachments ¶
func (*EventRequestBuilder) AttachmentsById ¶
func (m *EventRequestBuilder) AttachmentsById(id string) *i868bcbc69b2c3a35a368f852b47fffbb78632a8f15944de468f0e130a0242300.AttachmentRequestBuilder
AttachmentsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendar.events.item.attachments.item collection
func (*EventRequestBuilder) CreateDeleteRequestInformation ¶
func (m *EventRequestBuilder) CreateDeleteRequestInformation(options *EventRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the events in the calendar. Navigation property. Read-only.
func (*EventRequestBuilder) CreateGetRequestInformation ¶
func (m *EventRequestBuilder) CreateGetRequestInformation(options *EventRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the events in the calendar. Navigation property. Read-only.
func (*EventRequestBuilder) CreatePatchRequestInformation ¶
func (m *EventRequestBuilder) CreatePatchRequestInformation(options *EventRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the events in the calendar. Navigation property. Read-only.
func (*EventRequestBuilder) Delete ¶
func (m *EventRequestBuilder) Delete(options *EventRequestBuilderDeleteOptions) error
Delete the events in the calendar. Navigation property. Read-only.
func (*EventRequestBuilder) DismissReminder ¶
func (m *EventRequestBuilder) DismissReminder() *ie6641980e1225311bdf1c499d054bc5d07aa799f49902ef90e71b01800c2a555.DismissReminderRequestBuilder
func (*EventRequestBuilder) Extensions ¶
func (*EventRequestBuilder) ExtensionsById ¶
func (m *EventRequestBuilder) ExtensionsById(id string) *i955a97236a9f337897b15ed49defa3aa5c5d7910ae15f5b5efe5fbae5e75cb05.ExtensionRequestBuilder
ExtensionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendar.events.item.extensions.item collection
func (*EventRequestBuilder) Get ¶
func (m *EventRequestBuilder) Get(options *EventRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Event, error)
Get the events in the calendar. Navigation property. Read-only.
func (*EventRequestBuilder) InstancesById ¶
func (m *EventRequestBuilder) InstancesById(id string) *ic8bb7a27f91fd567d4417f19bf0aacb6595974ef7d4a830d5f1842796aab82f7.EventRequestBuilder
InstancesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendar.events.item.instances.item collection
func (*EventRequestBuilder) MultiValueExtendedProperties ¶
func (m *EventRequestBuilder) MultiValueExtendedProperties() *if78feb360a058ff87bf5a02baba6f7d4fb28a9e5f93fc081392b457ad6fae3eb.MultiValueExtendedPropertiesRequestBuilder
func (*EventRequestBuilder) MultiValueExtendedPropertiesById ¶
func (m *EventRequestBuilder) MultiValueExtendedPropertiesById(id string) *i658437a8657f51783d49c87367e2ae5b495c006ac48f6a7010d75098566455a0.MultiValueLegacyExtendedPropertyRequestBuilder
MultiValueExtendedPropertiesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendar.events.item.multiValueExtendedProperties.item collection
func (*EventRequestBuilder) Patch ¶
func (m *EventRequestBuilder) Patch(options *EventRequestBuilderPatchOptions) error
Patch the events in the calendar. Navigation property. Read-only.
func (*EventRequestBuilder) SingleValueExtendedProperties ¶
func (m *EventRequestBuilder) SingleValueExtendedProperties() *i62d05692265cf61165d6bb2a1bb3a36d03ea2604586e3ebd550fae433333488e.SingleValueExtendedPropertiesRequestBuilder
func (*EventRequestBuilder) SingleValueExtendedPropertiesById ¶
func (m *EventRequestBuilder) SingleValueExtendedPropertiesById(id string) *i3f305339dd659581dddbb6081f2d1981394ba5f409b3fff8d5affc26648441c4.SingleValueLegacyExtendedPropertyRequestBuilder
SingleValueExtendedPropertiesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendar.events.item.singleValueExtendedProperties.item collection
func (*EventRequestBuilder) SnoozeReminder ¶
func (m *EventRequestBuilder) SnoozeReminder() *i0f781326a67fbc9776be4d1ccbf43639b9bf8077faa925a7b0f90f0e03141c07.SnoozeReminderRequestBuilder
func (*EventRequestBuilder) TentativelyAccept ¶
func (m *EventRequestBuilder) TentativelyAccept() *iee14c2abd2614ebab15ceaf1135456d72c4e1cd953dd5d7b3347f819c29c6002.TentativelyAcceptRequestBuilder
type EventRequestBuilderDeleteOptions ¶
type EventRequestBuilderDeleteOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
EventRequestBuilderDeleteOptions options for Delete
type EventRequestBuilderGetOptions ¶
type EventRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *EventRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
EventRequestBuilderGetOptions options for Get
type EventRequestBuilderGetQueryParameters ¶
type EventRequestBuilderGetQueryParameters struct { // Select properties to be returned Select []string }
EventRequestBuilderGetQueryParameters the events in the calendar. Navigation property. Read-only.
type EventRequestBuilderPatchOptions ¶
type EventRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Event // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
EventRequestBuilderPatchOptions options for Patch