calendar

package
v0.44.0 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2022 License: MIT Imports: 16 Imported by: 0

Documentation

Index

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

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

AllowedCalendarSharingRolesWithUser provides operations to call the allowedCalendarSharingRoles method.

func (*CalendarRequestBuilder) CalendarPermissions

CalendarPermissions the calendarPermissions property

func (*CalendarRequestBuilder) CalendarPermissionsById

CalendarPermissionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendar.calendarPermissions.item collection

func (*CalendarRequestBuilder) CalendarView

CalendarView the calendarView property

func (*CalendarRequestBuilder) CalendarViewById

CalendarViewById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendar.calendarView.item collection

func (*CalendarRequestBuilder) CreateGetRequestInformation

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

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

Events the events property

func (*CalendarRequestBuilder) EventsById

EventsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendar.events.item collection

func (*CalendarRequestBuilder) Get

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

GetSchedule the getSchedule property

func (*CalendarRequestBuilder) MultiValueExtendedProperties

MultiValueExtendedProperties the multiValueExtendedProperties property

func (*CalendarRequestBuilder) MultiValueExtendedPropertiesById

MultiValueExtendedPropertiesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendar.multiValueExtendedProperties.item collection

func (*CalendarRequestBuilder) Patch

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

SingleValueExtendedProperties the singleValueExtendedProperties property

func (*CalendarRequestBuilder) SingleValueExtendedPropertiesById

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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