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 \users\{user-id}\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) *i4b0486fcdf6c612baf1d1ebbb06ea4f753f858e537fec0fc098234b5a3bf66f9.AttachmentRequestBuilder
AttachmentsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendarView.item.attachments.item collection
func (*EventRequestBuilder) CreateDeleteRequestInformation ¶
func (m *EventRequestBuilder) CreateDeleteRequestInformation(options *EventRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the calendar view for the calendar. Read-only. Nullable.
func (*EventRequestBuilder) CreateGetRequestInformation ¶
func (m *EventRequestBuilder) CreateGetRequestInformation(options *EventRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the calendar view for the calendar. Read-only. Nullable.
func (*EventRequestBuilder) CreatePatchRequestInformation ¶
func (m *EventRequestBuilder) CreatePatchRequestInformation(options *EventRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the calendar view for the calendar. Read-only. Nullable.
func (*EventRequestBuilder) Delete ¶
func (m *EventRequestBuilder) Delete(options *EventRequestBuilderDeleteOptions) error
Delete the calendar view for the calendar. Read-only. Nullable.
func (*EventRequestBuilder) DismissReminder ¶
func (m *EventRequestBuilder) DismissReminder() *i85b3ecb1df5dabd5d3ad4c4e6a54e2d1660771b26010ff83b38fa7db3649b996.DismissReminderRequestBuilder
func (*EventRequestBuilder) Extensions ¶
func (*EventRequestBuilder) ExtensionsById ¶
func (m *EventRequestBuilder) ExtensionsById(id string) *i36231df696b83109272fd3bb1ff522ae5b1c7890f3c08c8d848fe767a18cd47a.ExtensionRequestBuilder
ExtensionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendarView.item.extensions.item collection
func (*EventRequestBuilder) Get ¶
func (m *EventRequestBuilder) Get(options *EventRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Event, error)
Get the calendar view for the calendar. Read-only. Nullable.
func (*EventRequestBuilder) InstancesById ¶
func (m *EventRequestBuilder) InstancesById(id string) *i5df7d90865ed74cfa89b9670f8906bc275af7e716c852c939338962b443c4fdb.EventRequestBuilder
InstancesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendarView.item.instances.item collection
func (*EventRequestBuilder) MultiValueExtendedProperties ¶
func (m *EventRequestBuilder) MultiValueExtendedProperties() *iad6745b576f0cdfa153c080e6ed44bd19ba5fa213eacc4c29dc1e699984f0e3c.MultiValueExtendedPropertiesRequestBuilder
func (*EventRequestBuilder) MultiValueExtendedPropertiesById ¶
func (m *EventRequestBuilder) MultiValueExtendedPropertiesById(id string) *i7df1508e513db666e7370befb3f751526bf7cdf8a085672e191438aec048b505.MultiValueLegacyExtendedPropertyRequestBuilder
MultiValueExtendedPropertiesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendarView.item.multiValueExtendedProperties.item collection
func (*EventRequestBuilder) Patch ¶
func (m *EventRequestBuilder) Patch(options *EventRequestBuilderPatchOptions) error
Patch the calendar view for the calendar. Read-only. Nullable.
func (*EventRequestBuilder) SingleValueExtendedProperties ¶
func (m *EventRequestBuilder) SingleValueExtendedProperties() *i9eddc52577a5555a33aafc56b6ec4c751b6c5272a204d1db9d90ab5f60ff902e.SingleValueExtendedPropertiesRequestBuilder
func (*EventRequestBuilder) SingleValueExtendedPropertiesById ¶
func (m *EventRequestBuilder) SingleValueExtendedPropertiesById(id string) *i8bde4d3140c0c2f25ed25759ec43c0e794a2a480b2fc8d25b5f99b0a48d2c100.SingleValueLegacyExtendedPropertyRequestBuilder
SingleValueExtendedPropertiesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendarView.item.singleValueExtendedProperties.item collection
func (*EventRequestBuilder) SnoozeReminder ¶
func (m *EventRequestBuilder) SnoozeReminder() *ie4ee11a97dc68135822d054e4649c9f9aa8b85b739ea56737a94898a6de75e4f.SnoozeReminderRequestBuilder
func (*EventRequestBuilder) TentativelyAccept ¶
func (m *EventRequestBuilder) TentativelyAccept() *i3bb2079b15e2279e42f683d8f17113622024239edddadace92a48a4f793d9522.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. Read-only. Nullable.
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