calendarview

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

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 builds and executes requests for operations under \users\{user-id}\calendarView

func NewCalendarViewRequestBuilder

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

CreateGetRequestInformation the calendar view for the calendar. Read-only. Nullable.

func (*CalendarViewRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation the calendar view for the calendar. Read-only. Nullable.

func (*CalendarViewRequestBuilder) Delta

Delta builds and executes requests for operations under \users\{user-id}\calendarView\microsoft.graph.delta()

func (*CalendarViewRequestBuilder) Get

Get the calendar view for the calendar. Read-only. Nullable.

func (*CalendarViewRequestBuilder) Post

Post the calendar view for the calendar. Read-only. Nullable.

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.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
}

CalendarViewRequestBuilderPostOptions options for Post

type CalendarViewResponse

type CalendarViewResponse struct {
	// contains filtered or unexported fields
}

CalendarViewResponse

func NewCalendarViewResponse

func NewCalendarViewResponse() *CalendarViewResponse

NewCalendarViewResponse instantiates a new calendarViewResponse and sets the default values.

func (*CalendarViewResponse) GetAdditionalData

func (m *CalendarViewResponse) GetAdditionalData() map[string]interface{}

GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*CalendarViewResponse) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (m *CalendarViewResponse) GetNextLink() *string

GetNextLink gets the @odata.nextLink property value.

func (*CalendarViewResponse) GetValue

GetValue gets the value property value.

func (*CalendarViewResponse) IsNil

func (m *CalendarViewResponse) IsNil() bool

func (*CalendarViewResponse) Serialize

Serialize serializes information the current object

func (*CalendarViewResponse) SetAdditionalData

func (m *CalendarViewResponse) SetAdditionalData(value map[string]interface{})

SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (m *CalendarViewResponse) SetNextLink(value *string)

SetNextLink sets the @odata.nextLink property value.

func (*CalendarViewResponse) SetValue

SetValue sets the value property value.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL