Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventCalendarClient ¶
func NewEventCalendarClientWithBaseURI ¶
func NewEventCalendarClientWithBaseURI(sdkApi sdkEnv.Api) (*EventCalendarClient, error)
func (EventCalendarClient) GetEventCalendar ¶
func (c EventCalendarClient) GetEventCalendar(ctx context.Context, id stable.GroupIdEventId, options GetEventCalendarOperationOptions) (result GetEventCalendarOperationResponse, err error)
GetEventCalendar - Get calendar from groups. The calendar that contains the event. Navigation property. Read-only.
type GetEventCalendarOperationOptions ¶
type GetEventCalendarOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetEventCalendarOperationOptions ¶
func DefaultGetEventCalendarOperationOptions() GetEventCalendarOperationOptions
func (GetEventCalendarOperationOptions) ToHeaders ¶
func (o GetEventCalendarOperationOptions) ToHeaders() *client.Headers
func (GetEventCalendarOperationOptions) ToOData ¶
func (o GetEventCalendarOperationOptions) ToOData() *odata.Query
func (GetEventCalendarOperationOptions) ToQuery ¶
func (o GetEventCalendarOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.