Documentation
¶
Index ¶
- type EventsRequestBuilder
- func (m *EventsRequestBuilder) Count() ...
- func (m *EventsRequestBuilder) CreateGetRequestInformation(options *EventsRequestBuilderGetOptions) (...)
- func (m *EventsRequestBuilder) CreatePostRequestInformation(options *EventsRequestBuilderPostOptions) (...)
- func (m *EventsRequestBuilder) Delta() ...
- func (m *EventsRequestBuilder) Get(options *EventsRequestBuilderGetOptions) (...)
- func (m *EventsRequestBuilder) Post(options *EventsRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Eventable, ...)
- type EventsRequestBuilderGetOptions
- type EventsRequestBuilderGetQueryParameters
- type EventsRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventsRequestBuilder ¶
type EventsRequestBuilder struct {
// contains filtered or unexported fields
}
EventsRequestBuilder provides operations to manage the events property of the microsoft.graph.user entity.
func NewEventsRequestBuilder ¶
func NewEventsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *EventsRequestBuilder
NewEventsRequestBuilder instantiates a new EventsRequestBuilder and sets the default values.
func NewEventsRequestBuilderInternal ¶
func NewEventsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *EventsRequestBuilder
NewEventsRequestBuilderInternal instantiates a new EventsRequestBuilder and sets the default values.
func (*EventsRequestBuilder) CreateGetRequestInformation ¶
func (m *EventsRequestBuilder) CreateGetRequestInformation(options *EventsRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the user's events. Default is to show Events under the Default Calendar. Read-only. Nullable.
func (*EventsRequestBuilder) CreatePostRequestInformation ¶
func (m *EventsRequestBuilder) CreatePostRequestInformation(options *EventsRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation create new navigation property to events for me
func (*EventsRequestBuilder) Delta ¶
func (m *EventsRequestBuilder) Delta() *ie15d874b5bcea33f7d9bcad18e2db2fe525af2c6393359a2b909ba2d2a99585a.DeltaRequestBuilder
Delta provides operations to call the delta method.
func (*EventsRequestBuilder) Get ¶
func (m *EventsRequestBuilder) Get(options *EventsRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.EventCollectionResponseable, error)
Get the user's events. Default is to show Events under the Default Calendar. Read-only. Nullable.
func (*EventsRequestBuilder) Post ¶
func (m *EventsRequestBuilder) Post(options *EventsRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Eventable, error)
Post create new navigation property to events for me
type EventsRequestBuilderGetOptions ¶
type EventsRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *EventsRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
EventsRequestBuilderGetOptions options for Get
type EventsRequestBuilderGetQueryParameters ¶
type EventsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool
// Filter items by property values
Filter *string
// Order items by property values
Orderby []string
// Select properties to be returned
Select []string
// Skip the first n items
Skip *int32
// Show only the first n items
Top *int32
}
EventsRequestBuilderGetQueryParameters the user's events. Default is to show Events under the Default Calendar. Read-only. Nullable.
type EventsRequestBuilderPostOptions ¶
type EventsRequestBuilderPostOptions struct {
//
Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Eventable
// 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
}
EventsRequestBuilderPostOptions options for Post