Table of Contents

Class CalendarListResource

Namespace
Google.Apis.Calendar.v3
Assembly
Google.Apis.Calendar.v3.dll

The "calendarList" collection of methods.

public class CalendarListResource
Inheritance
CalendarListResource
Inherited Members

Constructors

CalendarListResource(IClientService)

Constructs a new resource.

public CalendarListResource(IClientService service)

Parameters

service IClientService

Methods

Delete(string)

Removes a calendar from the user's calendar list.

public virtual CalendarListResource.DeleteRequest Delete(string calendarId)

Parameters

calendarId string

Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.

Returns

CalendarListResource.DeleteRequest

Get(string)

Returns a calendar from the user's calendar list.

public virtual CalendarListResource.GetRequest Get(string calendarId)

Parameters

calendarId string

Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.

Returns

CalendarListResource.GetRequest

Insert(CalendarListEntry)

Inserts an existing calendar into the user's calendar list.

public virtual CalendarListResource.InsertRequest Insert(CalendarListEntry body)

Parameters

body CalendarListEntry

The body of the request.

Returns

CalendarListResource.InsertRequest

List()

Returns the calendars on the user's calendar list.

public virtual CalendarListResource.ListRequest List()

Returns

CalendarListResource.ListRequest

Patch(CalendarListEntry, string)

Updates an existing calendar on the user's calendar list. This method supports patch semantics.

public virtual CalendarListResource.PatchRequest Patch(CalendarListEntry body, string calendarId)

Parameters

body CalendarListEntry

The body of the request.

calendarId string

Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.

Returns

CalendarListResource.PatchRequest

Update(CalendarListEntry, string)

Updates an existing calendar on the user's calendar list.

public virtual CalendarListResource.UpdateRequest Update(CalendarListEntry body, string calendarId)

Parameters

body CalendarListEntry

The body of the request.

calendarId string

Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.

Returns

CalendarListResource.UpdateRequest

Watch(Channel)

Watch for changes to CalendarList resources.

public virtual CalendarListResource.WatchRequest Watch(Channel body)

Parameters

body Channel

The body of the request.

Returns

CalendarListResource.WatchRequest