Documentation
¶
Index ¶
- type EventItemRequestBuilder
- func (m *EventItemRequestBuilder) Accept() ...
- func (m *EventItemRequestBuilder) Attachments() ...
- func (m *EventItemRequestBuilder) AttachmentsById(id string) ...
- func (m *EventItemRequestBuilder) Calendar() ...
- func (m *EventItemRequestBuilder) Cancel() ...
- func (m *EventItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *EventItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *EventItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *EventItemRequestBuilder) Decline() ...
- func (m *EventItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *EventItemRequestBuilder) DismissReminder() ...
- func (m *EventItemRequestBuilder) Extensions() ...
- func (m *EventItemRequestBuilder) ExtensionsById(id string) ...
- func (m *EventItemRequestBuilder) Forward() ...
- func (m *EventItemRequestBuilder) Get(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, ...)
- func (m *EventItemRequestBuilder) Instances() ...
- func (m *EventItemRequestBuilder) InstancesById(id string) ...
- func (m *EventItemRequestBuilder) MultiValueExtendedProperties() ...
- func (m *EventItemRequestBuilder) MultiValueExtendedPropertiesById(id string) ...
- func (m *EventItemRequestBuilder) Patch(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, ...)
- func (m *EventItemRequestBuilder) SingleValueExtendedProperties() ...
- func (m *EventItemRequestBuilder) SingleValueExtendedPropertiesById(id string) ...
- func (m *EventItemRequestBuilder) SnoozeReminder() ...
- func (m *EventItemRequestBuilder) TentativelyAccept() ...
- type EventItemRequestBuilderDeleteRequestConfiguration
- type EventItemRequestBuilderGetQueryParameters
- type EventItemRequestBuilderGetRequestConfiguration
- type EventItemRequestBuilderPatchRequestConfiguration
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 events property of the microsoft.graph.calendar entity.
func NewEventItemRequestBuilder ¶ added in v0.12.0
func NewEventItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *EventItemRequestBuilder
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
func (m *EventItemRequestBuilder) Accept() *ia41b7c24cc3f3baeaa7815e53e95f6fede450c797c61686c04ae5509cff1fee9.AcceptRequestBuilder
Accept provides operations to call the accept method.
func (*EventItemRequestBuilder) Attachments ¶ added in v0.12.0
func (m *EventItemRequestBuilder) Attachments() *i8cb640b8e824bfdf805685b8399a0ddb642f5f041f6f7a6d1a2adbbd8b04242c.AttachmentsRequestBuilder
Attachments provides operations to manage the attachments property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) AttachmentsById ¶ added in v0.12.0
func (m *EventItemRequestBuilder) AttachmentsById(id string) *ie0f0bdcc9602484baf79d027f6483fa9fbafd07fe65976cf1a96cc9ced359802.AttachmentItemRequestBuilder
AttachmentsById provides operations to manage the attachments property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) Calendar ¶ added in v0.12.0
func (m *EventItemRequestBuilder) Calendar() *i12c00cf6d17f76414eb8bf4af116ae0f94a375b16a3fdcc2a520db9d8b51bb69.CalendarRequestBuilder
Calendar provides operations to manage the calendar property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) Cancel ¶ added in v0.12.0
func (m *EventItemRequestBuilder) Cancel() *i91a25c006065bdbda1ec6dbad739849f30b2ed0ea0a864cf75a845796dfb463a.CancelRequestBuilder
Cancel provides operations to call the cancel method.
func (*EventItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *EventItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *EventItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property events for users
func (*EventItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *EventItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *EventItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the events in the calendar. Navigation property. Read-only.
func (*EventItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *EventItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *EventItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property events in users
func (*EventItemRequestBuilder) Decline ¶ added in v0.12.0
func (m *EventItemRequestBuilder) Decline() *ib2f603875392f9c2b340caee4eab840215f32e0520cb72749ad970c7f46e8ced.DeclineRequestBuilder
Decline provides operations to call the decline method.
func (*EventItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *EventItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *EventItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property events for users
func (*EventItemRequestBuilder) DismissReminder ¶ added in v0.12.0
func (m *EventItemRequestBuilder) DismissReminder() *i52fe9bd763a706a85cde883eea661538b98807c8ed4896d571ad9f373de4a24b.DismissReminderRequestBuilder
DismissReminder provides operations to call the dismissReminder method.
func (*EventItemRequestBuilder) Extensions ¶ added in v0.12.0
func (m *EventItemRequestBuilder) Extensions() *i382bc5ab005174ca0a157f3ddbbe59b93465e03639aea98bec85f98a02704a20.ExtensionsRequestBuilder
Extensions provides operations to manage the extensions property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) ExtensionsById ¶ added in v0.12.0
func (m *EventItemRequestBuilder) ExtensionsById(id string) *iabd4185ab5ac976d8418c3afea4e9d5b739795c1459c53296cbe08e4cdb2a44a.ExtensionItemRequestBuilder
ExtensionsById provides operations to manage the extensions property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) Forward ¶ added in v0.12.0
func (m *EventItemRequestBuilder) Forward() *ieabc03565c45dc93b6dd73031a0f62fcc81744682614225dee84662b38c937e3.ForwardRequestBuilder
Forward provides operations to call the forward method.
func (*EventItemRequestBuilder) Get ¶ added in v0.12.0
func (m *EventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *EventItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, error)
Get the events in the calendar. Navigation property. Read-only.
func (*EventItemRequestBuilder) Instances ¶ added in v0.12.0
func (m *EventItemRequestBuilder) Instances() *ib2891d93c6ded684ce7abfd2909cc1a20fc2090c50db20bbe6da0375eb2f3fe7.InstancesRequestBuilder
Instances provides operations to manage the instances property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) InstancesById ¶ added in v0.12.0
func (m *EventItemRequestBuilder) InstancesById(id string) *i8fcec19e7c3ce8aa06ca5657386121d5140cfc8138e4f515339a4475a80f52be.EventItemRequestBuilder
InstancesById provides operations to manage the instances property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) MultiValueExtendedProperties ¶ added in v0.12.0
func (m *EventItemRequestBuilder) MultiValueExtendedProperties() *id148b2204d6e284392369bbf295c7ad603ca498161a3166593a744b1705d35d7.MultiValueExtendedPropertiesRequestBuilder
MultiValueExtendedProperties provides operations to manage the multiValueExtendedProperties property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) MultiValueExtendedPropertiesById ¶ added in v0.12.0
func (m *EventItemRequestBuilder) MultiValueExtendedPropertiesById(id string) *ie456cc01b9ad3635053091de1d8edb69f6dfa30b76d79790c6668bf7307efe8e.MultiValueLegacyExtendedPropertyItemRequestBuilder
MultiValueExtendedPropertiesById provides operations to manage the multiValueExtendedProperties property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *EventItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *EventItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, error)
Patch update the navigation property events in users
func (*EventItemRequestBuilder) SingleValueExtendedProperties ¶ added in v0.12.0
func (m *EventItemRequestBuilder) SingleValueExtendedProperties() *if1d75ca20ba55d1dcc9dfcad50836d4235106da1e2a01e8cbd7d0a07f344df20.SingleValueExtendedPropertiesRequestBuilder
SingleValueExtendedProperties provides operations to manage the singleValueExtendedProperties property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) SingleValueExtendedPropertiesById ¶ added in v0.12.0
func (m *EventItemRequestBuilder) SingleValueExtendedPropertiesById(id string) *id1c9a5e9fa77008270b7af81a4a4663bc2e9e1151e2512f7f7783693e4a62854.SingleValueLegacyExtendedPropertyItemRequestBuilder
SingleValueExtendedPropertiesById provides operations to manage the singleValueExtendedProperties property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) SnoozeReminder ¶ added in v0.12.0
func (m *EventItemRequestBuilder) SnoozeReminder() *ife09ca7c64720802742bbf52d953fd6747f5910742fbabcc2a740709adb9c2cc.SnoozeReminderRequestBuilder
SnoozeReminder provides operations to call the snoozeReminder method.
func (*EventItemRequestBuilder) TentativelyAccept ¶ added in v0.12.0
func (m *EventItemRequestBuilder) TentativelyAccept() *iac5010b0952b1db93baa23920b116d827c3b2ec1b7e9168259f8668f64c64732.TentativelyAcceptRequestBuilder
TentativelyAccept provides operations to call the tentativelyAccept method.
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 { // Select properties to be returned Select []string `uriparametername:"%24select"` }
EventItemRequestBuilderGetQueryParameters the events in the calendar. Navigation property. Read-only.
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.