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
}
Builds and executes requests for operations under \me\calendarView\{event-id}
func NewEventRequestBuilder ¶
func NewEventRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *EventRequestBuilder
Instantiates a new EventRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewEventRequestBuilderInternal ¶
func NewEventRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *EventRequestBuilder
Instantiates a new EventRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*EventRequestBuilder) Attachments ¶
func (*EventRequestBuilder) AttachmentsById ¶
func (m *EventRequestBuilder) AttachmentsById(id string) *i624e81c2db0b3bfef96d02d14ccc5aafca1e94da30a6ef51f34764348903e10e.AttachmentRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendarView.item.attachments.item collection Parameters:
- id : Unique identifier of the item
func (*EventRequestBuilder) CreateDeleteRequestInformation ¶
func (m *EventRequestBuilder) CreateDeleteRequestInformation(options *EventRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The calendar view for the calendar. Read-only. Nullable. Parameters:
- options : Options for the request
func (*EventRequestBuilder) CreateGetRequestInformation ¶
func (m *EventRequestBuilder) CreateGetRequestInformation(options *EventRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The calendar view for the calendar. Read-only. Nullable. Parameters:
- options : Options for the request
func (*EventRequestBuilder) CreatePatchRequestInformation ¶
func (m *EventRequestBuilder) CreatePatchRequestInformation(options *EventRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The calendar view for the calendar. Read-only. Nullable. Parameters:
- options : Options for the request
func (*EventRequestBuilder) Delete ¶
func (m *EventRequestBuilder) Delete(options *EventRequestBuilderDeleteOptions) error
The calendar view for the calendar. Read-only. Nullable. Parameters:
- options : Options for the request
func (*EventRequestBuilder) DismissReminder ¶
func (m *EventRequestBuilder) DismissReminder() *i7ebbe5973f1cfdd153c7211a7d729e6acf754214d73692548caaa452fc437931.DismissReminderRequestBuilder
func (*EventRequestBuilder) Extensions ¶
func (*EventRequestBuilder) ExtensionsById ¶
func (m *EventRequestBuilder) ExtensionsById(id string) *i6d746bffa422f6cab9bce504d82f353fa1e96f30d9135162a2867c0b6ee56409.ExtensionRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendarView.item.extensions.item collection Parameters:
- id : Unique identifier of the item
func (*EventRequestBuilder) Get ¶
func (m *EventRequestBuilder) Get(options *EventRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Event, error)
The calendar view for the calendar. Read-only. Nullable. Parameters:
- options : Options for the request
func (*EventRequestBuilder) InstancesById ¶
func (m *EventRequestBuilder) InstancesById(id string) *ic2fee68681a1462f085ba98b6ba6395da8df913e922d9bff315377a4a254da2e.EventRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendarView.item.instances.item collection Parameters:
- id : Unique identifier of the item
func (*EventRequestBuilder) MultiValueExtendedProperties ¶
func (m *EventRequestBuilder) MultiValueExtendedProperties() *ibe852a23e0398849c98cf64aa13ee2a52ee98610fea6b7e377c6a7dd1c1628c0.MultiValueExtendedPropertiesRequestBuilder
func (*EventRequestBuilder) MultiValueExtendedPropertiesById ¶
func (m *EventRequestBuilder) MultiValueExtendedPropertiesById(id string) *icbdb2876a9fc3cde1981cefae88c00544c63c09c8176a43b5750b723fee1cfa3.MultiValueLegacyExtendedPropertyRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendarView.item.multiValueExtendedProperties.item collection Parameters:
- id : Unique identifier of the item
func (*EventRequestBuilder) Patch ¶
func (m *EventRequestBuilder) Patch(options *EventRequestBuilderPatchOptions) error
The calendar view for the calendar. Read-only. Nullable. Parameters:
- options : Options for the request
func (*EventRequestBuilder) SingleValueExtendedProperties ¶
func (m *EventRequestBuilder) SingleValueExtendedProperties() *i68fc9e57c0f6013ec42006755700065554fc5bf5e29fcd5025a538b57570720b.SingleValueExtendedPropertiesRequestBuilder
func (*EventRequestBuilder) SingleValueExtendedPropertiesById ¶
func (m *EventRequestBuilder) SingleValueExtendedPropertiesById(id string) *i981aed02b0a2dbdb188fef5063ef9909c9da485cac50836f2c3d65d618577a23.SingleValueLegacyExtendedPropertyRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.calendarView.item.singleValueExtendedProperties.item collection Parameters:
- id : Unique identifier of the item
func (*EventRequestBuilder) SnoozeReminder ¶
func (m *EventRequestBuilder) SnoozeReminder() *ib4cb01573cfaac49f1987ed83b0866022e257847a6e6a595526d0a91e42cd048.SnoozeReminderRequestBuilder
func (*EventRequestBuilder) TentativelyAccept ¶
func (m *EventRequestBuilder) TentativelyAccept() *i1d0689ad330d2744c1fb18da8874f5ab0d3d9f9e089b981c1847e0732b28d4b6.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 }
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 }
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_escaped []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 }
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 }
Options for Patch