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\calendarView\{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) *i55f8e56a76f6d157ef3775e097b2a4e244e70c88edea43c5a8ba28bf62638a17.AttachmentRequestBuilder
AttachmentsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendar.calendarView.item.attachments.item collection
func (*EventRequestBuilder) CreateDeleteRequestInformation ¶
func (m *EventRequestBuilder) CreateDeleteRequestInformation(options *EventRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the calendar view for the calendar. Navigation property. Read-only.
func (*EventRequestBuilder) CreateGetRequestInformation ¶
func (m *EventRequestBuilder) CreateGetRequestInformation(options *EventRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the calendar view for the calendar. Navigation property. Read-only.
func (*EventRequestBuilder) CreatePatchRequestInformation ¶
func (m *EventRequestBuilder) CreatePatchRequestInformation(options *EventRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the calendar view for the calendar. Navigation property. Read-only.
func (*EventRequestBuilder) Delete ¶
func (m *EventRequestBuilder) Delete(options *EventRequestBuilderDeleteOptions) error
Delete the calendar view for the calendar. Navigation property. Read-only.
func (*EventRequestBuilder) DismissReminder ¶
func (m *EventRequestBuilder) DismissReminder() *i112b1ed50d98e06e2afc6c27777a4413e4aec03373c2c045d8fab1d827230449.DismissReminderRequestBuilder
func (*EventRequestBuilder) Extensions ¶
func (*EventRequestBuilder) ExtensionsById ¶
func (m *EventRequestBuilder) ExtensionsById(id string) *i536a7b87db2cf3b5a9fc821e79fa11d85cd220fa19be5513d62932141a446474.ExtensionRequestBuilder
ExtensionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendar.calendarView.item.extensions.item collection
func (*EventRequestBuilder) Get ¶
func (m *EventRequestBuilder) Get(options *EventRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Event, error)
Get the calendar view for the calendar. Navigation property. Read-only.
func (*EventRequestBuilder) InstancesById ¶
func (m *EventRequestBuilder) InstancesById(id string) *i0df45b242d0b94600d9cbfc3f4e57b9acc807e751ed7030c7c5d4fb2846927eb.EventRequestBuilder
InstancesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendar.calendarView.item.instances.item collection
func (*EventRequestBuilder) MultiValueExtendedProperties ¶
func (m *EventRequestBuilder) MultiValueExtendedProperties() *i4429fd37a56c4f85306e5b908f5976bb1569387d88606fdbc734b5b5afff1a5e.MultiValueExtendedPropertiesRequestBuilder
func (*EventRequestBuilder) MultiValueExtendedPropertiesById ¶
func (m *EventRequestBuilder) MultiValueExtendedPropertiesById(id string) *i20495d21133b26c7848a42901db05d39645c739c0ef4dfc27137db115c7ff68a.MultiValueLegacyExtendedPropertyRequestBuilder
MultiValueExtendedPropertiesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendar.calendarView.item.multiValueExtendedProperties.item collection
func (*EventRequestBuilder) Patch ¶
func (m *EventRequestBuilder) Patch(options *EventRequestBuilderPatchOptions) error
Patch the calendar view for the calendar. Navigation property. Read-only.
func (*EventRequestBuilder) SingleValueExtendedProperties ¶
func (m *EventRequestBuilder) SingleValueExtendedProperties() *ia39bb4166c4ef2deee03aec7af70c9763aea4f1fc2b921860014e829fd638086.SingleValueExtendedPropertiesRequestBuilder
func (*EventRequestBuilder) SingleValueExtendedPropertiesById ¶
func (m *EventRequestBuilder) SingleValueExtendedPropertiesById(id string) *i1af302b703d5ff4044ea6d579861399d521115e720901fd67e398c46ac2c4dde.SingleValueLegacyExtendedPropertyRequestBuilder
SingleValueExtendedPropertiesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendar.calendarView.item.singleValueExtendedProperties.item collection
func (*EventRequestBuilder) SnoozeReminder ¶
func (m *EventRequestBuilder) SnoozeReminder() *i3c35eb67b420d24b8b792bd486949e59c9d8b4b7fb3f16f018266a3064470c46.SnoozeReminderRequestBuilder
func (*EventRequestBuilder) TentativelyAccept ¶
func (m *EventRequestBuilder) TentativelyAccept() *i1bcbde3648b969716e475c91cdb32d8cdf62c76e85838d834083a236f2d38333.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 { // 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 // 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 }
EventRequestBuilderGetQueryParameters the calendar view for 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