Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type EventCalendarClient struct + Client *msgraph.Client + func NewEventCalendarClientWithBaseURI(sdkApi sdkEnv.Api) (*EventCalendarClient, error) + func (c EventCalendarClient) GetEventCalendar(ctx context.Context, id stable.MeEventId, ...) (result GetEventCalendarOperationResponse, err error) + type GetEventCalendarOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetEventCalendarOperationOptions() GetEventCalendarOperationOptions + func (o GetEventCalendarOperationOptions) ToHeaders() *client.Headers + func (o GetEventCalendarOperationOptions) ToOData() *odata.Query + func (o GetEventCalendarOperationOptions) ToQuery() *client.QueryParams + type GetEventCalendarOperationResponse struct + HttpResponse *http.Response + Model *stable.Calendar + OData *odata.OData