Documentation ¶
Index ¶
- type CalendarRequestBuilder
- func (m *CalendarRequestBuilder) AllowedCalendarSharingRolesWithUser(user *string) ...
- func (m *CalendarRequestBuilder) CalendarPermissions() ...
- func (m *CalendarRequestBuilder) CalendarPermissionsById(id string) ...
- func (m *CalendarRequestBuilder) CalendarView() ...
- func (m *CalendarRequestBuilder) CalendarViewById(id string) ...
- func (m *CalendarRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *CalendarRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *CalendarRequestBuilder) Events() ...
- func (m *CalendarRequestBuilder) EventsById(id string) ...
- func (m *CalendarRequestBuilder) Get(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Calendarable, ...)
- func (m *CalendarRequestBuilder) GetSchedule() ...
- func (m *CalendarRequestBuilder) MultiValueExtendedProperties() ...
- func (m *CalendarRequestBuilder) MultiValueExtendedPropertiesById(id string) ...
- func (m *CalendarRequestBuilder) Patch(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Calendarable, ...)
- func (m *CalendarRequestBuilder) SingleValueExtendedProperties() ...
- func (m *CalendarRequestBuilder) SingleValueExtendedPropertiesById(id string) ...
- type CalendarRequestBuilderGetQueryParameters
- type CalendarRequestBuilderGetRequestConfiguration
- type CalendarRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CalendarRequestBuilder ¶
type CalendarRequestBuilder struct {
// contains filtered or unexported fields
}
CalendarRequestBuilder provides operations to manage the calendar property of the microsoft.graph.user entity.
func NewCalendarRequestBuilder ¶
func NewCalendarRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CalendarRequestBuilder
NewCalendarRequestBuilder instantiates a new CalendarRequestBuilder and sets the default values.
func NewCalendarRequestBuilderInternal ¶
func NewCalendarRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CalendarRequestBuilder
NewCalendarRequestBuilderInternal instantiates a new CalendarRequestBuilder and sets the default values.
func (*CalendarRequestBuilder) AllowedCalendarSharingRolesWithUser ¶
func (m *CalendarRequestBuilder) AllowedCalendarSharingRolesWithUser(user *string) *i94b8da2154e4a088b032a31d42d1f7f3035dc1e0cc99bff3d7db6d04b78bcaf9.AllowedCalendarSharingRolesWithUserRequestBuilder
AllowedCalendarSharingRolesWithUser provides operations to call the allowedCalendarSharingRoles method.
func (*CalendarRequestBuilder) CalendarPermissions ¶
func (m *CalendarRequestBuilder) CalendarPermissions() *ic4fbedba8b71c96a8c1cc23f5f68b98bdb74a545c81a35239a1ae6a4bddc6749.CalendarPermissionsRequestBuilder
CalendarPermissions the calendarPermissions property
func (*CalendarRequestBuilder) CalendarPermissionsById ¶
func (m *CalendarRequestBuilder) CalendarPermissionsById(id string) *i2133c4e03374cde57e17f2aa66857c6ba629b1bbfa7b89e0585f17c88b3470d0.CalendarPermissionItemRequestBuilder
CalendarPermissionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendar.calendarPermissions.item collection
func (*CalendarRequestBuilder) CalendarView ¶
func (m *CalendarRequestBuilder) CalendarView() *if44e7d37c091c522009df8d2b8b30d67287c1346420ed710b1f9997ffa334461.CalendarViewRequestBuilder
CalendarView the calendarView property
func (*CalendarRequestBuilder) CalendarViewById ¶
func (m *CalendarRequestBuilder) CalendarViewById(id string) *i7da62e1f0e8b5076b925f58a24cd8bcdf2c18c876c5e3fac9e0cce1708c8d669.EventItemRequestBuilder
CalendarViewById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendar.calendarView.item collection
func (*CalendarRequestBuilder) CreateGetRequestInformation ¶
func (m *CalendarRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *CalendarRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the properties and relationships of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar:
func (*CalendarRequestBuilder) CreatePatchRequestInformation ¶
func (m *CalendarRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Calendarable, requestConfiguration *CalendarRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the properties of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
func (*CalendarRequestBuilder) Events ¶
func (m *CalendarRequestBuilder) Events() *idffc983be1e870a2a4117185ece24daafd4929a0264366c338f3760c1423b076.EventsRequestBuilder
Events the events property
func (*CalendarRequestBuilder) EventsById ¶
func (m *CalendarRequestBuilder) EventsById(id string) *iad6ec6cb8dcd07c8cb3bd03b2bc97831694f469367bb8b0cf70c13010c71fe91.EventItemRequestBuilder
EventsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendar.events.item collection
func (*CalendarRequestBuilder) Get ¶
func (m *CalendarRequestBuilder) Get(ctx context.Context, requestConfiguration *CalendarRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Calendarable, error)
Get get the properties and relationships of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar:
func (*CalendarRequestBuilder) GetSchedule ¶
func (m *CalendarRequestBuilder) GetSchedule() *i07b8994e6a1fa340814b90f5b658702fed4412e7ee820e23e3e990f4afd9eb73.GetScheduleRequestBuilder
GetSchedule the getSchedule property
func (*CalendarRequestBuilder) MultiValueExtendedProperties ¶
func (m *CalendarRequestBuilder) MultiValueExtendedProperties() *i520ec78d0b8b7722563a2934d91014ff877091dfa7315c9686d8905e132ae5b3.MultiValueExtendedPropertiesRequestBuilder
MultiValueExtendedProperties the multiValueExtendedProperties property
func (*CalendarRequestBuilder) MultiValueExtendedPropertiesById ¶
func (m *CalendarRequestBuilder) MultiValueExtendedPropertiesById(id string) *i5db0ccf3677a8d13461e0b10ef2980107c6cb5223fecf31a0484b6d4eac391d7.MultiValueLegacyExtendedPropertyItemRequestBuilder
MultiValueExtendedPropertiesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendar.multiValueExtendedProperties.item collection
func (*CalendarRequestBuilder) Patch ¶
func (m *CalendarRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Calendarable, requestConfiguration *CalendarRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Calendarable, error)
Patch update the properties of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
func (*CalendarRequestBuilder) SingleValueExtendedProperties ¶
func (m *CalendarRequestBuilder) SingleValueExtendedProperties() *ib399bd7a52c229f4262ed1659c9cfbc736f51e55f5b34d90bd5973e1cd56e052.SingleValueExtendedPropertiesRequestBuilder
SingleValueExtendedProperties the singleValueExtendedProperties property
func (*CalendarRequestBuilder) SingleValueExtendedPropertiesById ¶
func (m *CalendarRequestBuilder) SingleValueExtendedPropertiesById(id string) *i631cbd9bc2cfc12ac467e801a8ff1de1f272c89e5691913fac02728b1daca8e7.SingleValueLegacyExtendedPropertyItemRequestBuilder
SingleValueExtendedPropertiesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendar.singleValueExtendedProperties.item collection
type CalendarRequestBuilderGetQueryParameters ¶
type CalendarRequestBuilderGetQueryParameters struct { // Select properties to be returned Select []string `uriparametername:"%24select"` }
CalendarRequestBuilderGetQueryParameters get the properties and relationships of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar:
type CalendarRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type CalendarRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *CalendarRequestBuilderGetQueryParameters }
CalendarRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type CalendarRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type CalendarRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
CalendarRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.