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) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *EventItemRequestBuilder) Decline() ...
- 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) MultiValueExtendedProperties() ...
- func (m *EventItemRequestBuilder) MultiValueExtendedPropertiesById(id string) ...
- func (m *EventItemRequestBuilder) SingleValueExtendedProperties() ...
- func (m *EventItemRequestBuilder) SingleValueExtendedPropertiesById(id string) ...
- func (m *EventItemRequestBuilder) SnoozeReminder() ...
- func (m *EventItemRequestBuilder) TentativelyAccept() ...
- type EventItemRequestBuilderGetQueryParameters
- type EventItemRequestBuilderGetRequestConfiguration
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 instances property of the microsoft.graph.event 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() *iababe505c0a1c9ca0dda078443102a263523994dd5a228924133eea244c51070.AcceptRequestBuilder
Accept provides operations to call the accept method.
func (*EventItemRequestBuilder) Attachments ¶ added in v0.13.0
func (m *EventItemRequestBuilder) Attachments() *id13a32ef047da8a7524f21260998047193088e9e89e04696b106f076b087d8d1.AttachmentsRequestBuilder
Attachments provides operations to manage the attachments property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) AttachmentsById ¶ added in v0.13.0
func (m *EventItemRequestBuilder) AttachmentsById(id string) *idfb7558c4133b989c63f0f3673f9d1ae416736570bcce60a3290124917f9f625.AttachmentItemRequestBuilder
AttachmentsById provides operations to manage the attachments property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) Calendar ¶ added in v0.13.0
func (m *EventItemRequestBuilder) Calendar() *i5f2e6f653d07ecb7b2247cf520e1af568cc5362ef0d2be82946ef4ad4acef11a.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() *i8c1ca72db80d40922fca8d9b05b8467812088b7c6db75f15d0bbcc2f134dfb3b.CancelRequestBuilder
Cancel provides operations to call the cancel method.
func (*EventItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *EventItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *EventItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.
func (*EventItemRequestBuilder) Decline ¶ added in v0.12.0
func (m *EventItemRequestBuilder) Decline() *i373f90719cb3f0b97f21dfb295efc403c934571a604d4d6a7bd62ca30a44e015.DeclineRequestBuilder
Decline provides operations to call the decline method.
func (*EventItemRequestBuilder) DismissReminder ¶ added in v0.12.0
func (m *EventItemRequestBuilder) DismissReminder() *i6405624f66ea71046ed4d92712a7fc0dc1c0773e306cf79641eff6a6341ddc4e.DismissReminderRequestBuilder
DismissReminder provides operations to call the dismissReminder method.
func (*EventItemRequestBuilder) Extensions ¶ added in v0.13.0
func (m *EventItemRequestBuilder) Extensions() *i7b4042292f5e408f0b303dd1f1bb04dd7eca9b9e8d2c9ad0f0dad072bd5bdf30.ExtensionsRequestBuilder
Extensions provides operations to manage the extensions property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) ExtensionsById ¶ added in v0.13.0
func (m *EventItemRequestBuilder) ExtensionsById(id string) *ia794c2f35f8a3b32feef2f9b52d199f6dbf453fd3857ca899a220880b77b7095.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() *ibc1a8cb1d61cc40e3c09eab86a3716f5f5b1f6121f8f823947a66d8425ad65ff.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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.
func (*EventItemRequestBuilder) MultiValueExtendedProperties ¶ added in v0.13.0
func (m *EventItemRequestBuilder) MultiValueExtendedProperties() *i860f704332d66191ef5006487d66838635ed277d6784f0cc821b0776c2480719.MultiValueExtendedPropertiesRequestBuilder
MultiValueExtendedProperties provides operations to manage the multiValueExtendedProperties property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) MultiValueExtendedPropertiesById ¶ added in v0.13.0
func (m *EventItemRequestBuilder) MultiValueExtendedPropertiesById(id string) *i3cec616c4914d987dbac48dbdab1ab50d8867952222702d410096231050b5cc7.MultiValueLegacyExtendedPropertyItemRequestBuilder
MultiValueExtendedPropertiesById provides operations to manage the multiValueExtendedProperties property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) SingleValueExtendedProperties ¶ added in v0.13.0
func (m *EventItemRequestBuilder) SingleValueExtendedProperties() *ic97821bf0d97a40cc49a9727bb9f16130d876883d0c0ecd4c81ff5dd54503f38.SingleValueExtendedPropertiesRequestBuilder
SingleValueExtendedProperties provides operations to manage the singleValueExtendedProperties property of the microsoft.graph.event entity.
func (*EventItemRequestBuilder) SingleValueExtendedPropertiesById ¶ added in v0.13.0
func (m *EventItemRequestBuilder) SingleValueExtendedPropertiesById(id string) *i65d593b6ee680564ce3ed06f21c8a748e353302c7d22c7109dd7412c1e64fe50.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() *i87f2def9d9f68286d61b7299f82fb7181145d355681c461945f2774639a001bb.SnoozeReminderRequestBuilder
SnoozeReminder provides operations to call the snoozeReminder method.
func (*EventItemRequestBuilder) TentativelyAccept ¶ added in v0.12.0
func (m *EventItemRequestBuilder) TentativelyAccept() *i54b4dc0b393454aea4bd0dd164a30a992216c43946031f9b90d97c00cd50f83b.TentativelyAcceptRequestBuilder
TentativelyAccept provides operations to call the tentativelyAccept method.
type EventItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type EventItemRequestBuilderGetQueryParameters struct { // Select properties to be returned Select []string `uriparametername:"%24select"` }
EventItemRequestBuilderGetQueryParameters the occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. 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.