Documentation
¶
Index ¶
- type CalendarViewRequestBuilder
- func (m *CalendarViewRequestBuilder) Count() ...
- func (m *CalendarViewRequestBuilder) CreateGetRequestInformation(options *CalendarViewRequestBuilderGetOptions) (...)
- func (m *CalendarViewRequestBuilder) CreatePostRequestInformation(options *CalendarViewRequestBuilderPostOptions) (...)
- func (m *CalendarViewRequestBuilder) Delta() ...
- func (m *CalendarViewRequestBuilder) Get(options *CalendarViewRequestBuilderGetOptions) (...)
- func (m *CalendarViewRequestBuilder) Post(options *CalendarViewRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Eventable, ...)
- type CalendarViewRequestBuilderGetOptions
- type CalendarViewRequestBuilderGetQueryParameters
- type CalendarViewRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CalendarViewRequestBuilder ¶
type CalendarViewRequestBuilder struct {
// contains filtered or unexported fields
}
CalendarViewRequestBuilder provides operations to manage the calendarView property of the microsoft.graph.user entity.
func NewCalendarViewRequestBuilder ¶
func NewCalendarViewRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CalendarViewRequestBuilder
NewCalendarViewRequestBuilder instantiates a new CalendarViewRequestBuilder and sets the default values.
func NewCalendarViewRequestBuilderInternal ¶
func NewCalendarViewRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CalendarViewRequestBuilder
NewCalendarViewRequestBuilderInternal instantiates a new CalendarViewRequestBuilder and sets the default values.
func (*CalendarViewRequestBuilder) CreateGetRequestInformation ¶
func (m *CalendarViewRequestBuilder) CreateGetRequestInformation(options *CalendarViewRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the calendar view for the calendar. Read-only. Nullable.
func (*CalendarViewRequestBuilder) CreatePostRequestInformation ¶
func (m *CalendarViewRequestBuilder) CreatePostRequestInformation(options *CalendarViewRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation create new navigation property to calendarView for me
func (*CalendarViewRequestBuilder) Delta ¶
func (m *CalendarViewRequestBuilder) Delta() *i7013ce4fcf3ac4797db5a31fb965d54ff6548267a9d79e0b6f333ea0284901f7.DeltaRequestBuilder
Delta provides operations to call the delta method.
func (*CalendarViewRequestBuilder) Get ¶
func (m *CalendarViewRequestBuilder) Get(options *CalendarViewRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.EventCollectionResponseable, error)
Get the calendar view for the calendar. Read-only. Nullable.
func (*CalendarViewRequestBuilder) Post ¶
func (m *CalendarViewRequestBuilder) Post(options *CalendarViewRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Eventable, error)
Post create new navigation property to calendarView for me
type CalendarViewRequestBuilderGetOptions ¶
type CalendarViewRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *CalendarViewRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
CalendarViewRequestBuilderGetOptions options for Get
type CalendarViewRequestBuilderGetQueryParameters ¶
type CalendarViewRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool
// 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
// 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
// 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
// Show only the first n items
Top *int32
}
CalendarViewRequestBuilderGetQueryParameters the calendar view for the calendar. Read-only. Nullable.
type CalendarViewRequestBuilderPostOptions ¶
type CalendarViewRequestBuilderPostOptions 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
}
CalendarViewRequestBuilderPostOptions options for Post