calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Classes | Public Member Functions | List of all members
Google.Apis.Calendar.v3.CalendarListResource Class Reference

The "calendarList" collection of methods. More...

Classes

class  DeleteRequest
 Deletes an entry on the user's calendar list. More...
class  GetRequest
 Returns an entry on the user's calendar list. More...
class  InsertRequest
 Adds an entry to the user's calendar list. More...
class  ListRequest
 Returns entries on the user's calendar list. More...
class  PatchRequest
 Updates an entry on the user's calendar list. This method supports patch semantics. More...
class  UpdateRequest
 Updates an entry on the user's calendar list. More...
class  WatchRequest
 Watch for changes to CalendarList resources. More...

Public Member Functions

 CalendarListResource (Google.Apis.Services.IClientService service)
 Constructs a new resource.
virtual DeleteRequest Delete (string calendarId)
 Deletes an entry on the user's calendar list.
virtual GetRequest Get (string calendarId)
 Returns an entry on the user's calendar list.
virtual InsertRequest Insert (Google.Apis.Calendar.v3.Data.CalendarListEntry body)
 Adds an entry to the user's calendar list.
virtual ListRequest List ()
 Returns entries on the user's calendar list.
virtual PatchRequest Patch (Google.Apis.Calendar.v3.Data.CalendarListEntry body, string calendarId)
 Updates an entry on the user's calendar list. This method supports patch semantics.
virtual UpdateRequest Update (Google.Apis.Calendar.v3.Data.CalendarListEntry body, string calendarId)
 Updates an entry on the user's calendar list.
virtual WatchRequest Watch (Google.Apis.Calendar.v3.Data.Channel body)
 Watch for changes to CalendarList resources.

Detailed Description

The "calendarList" collection of methods.

Constructor & Destructor Documentation

Google.Apis.Calendar.v3.CalendarListResource.CalendarListResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

virtual DeleteRequest Google.Apis.Calendar.v3.CalendarListResource.Delete ( string  calendarId)
inlinevirtual

Deletes an entry on the user's calendar list.

Parameters
calendarIdCalendar identifier.
virtual GetRequest Google.Apis.Calendar.v3.CalendarListResource.Get ( string  calendarId)
inlinevirtual

Returns an entry on the user's calendar list.

Parameters
calendarIdCalendar identifier.
virtual InsertRequest Google.Apis.Calendar.v3.CalendarListResource.Insert ( Google.Apis.Calendar.v3.Data.CalendarListEntry  body)
inlinevirtual

Adds an entry to the user's calendar list.

Parameters
bodyThe body of the request.
virtual ListRequest Google.Apis.Calendar.v3.CalendarListResource.List ( )
inlinevirtual

Returns entries on the user's calendar list.

virtual PatchRequest Google.Apis.Calendar.v3.CalendarListResource.Patch ( Google.Apis.Calendar.v3.Data.CalendarListEntry  body,
string  calendarId 
)
inlinevirtual

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

Parameters
bodyThe body of the request.
calendarIdCalendar identifier.
virtual UpdateRequest Google.Apis.Calendar.v3.CalendarListResource.Update ( Google.Apis.Calendar.v3.Data.CalendarListEntry  body,
string  calendarId 
)
inlinevirtual

Updates an entry on the user's calendar list.

Parameters
bodyThe body of the request.
calendarIdCalendar identifier.
virtual WatchRequest Google.Apis.Calendar.v3.CalendarListResource.Watch ( Google.Apis.Calendar.v3.Data.Channel  body)
inlinevirtual

Watch for changes to CalendarList resources.

Parameters
bodyThe body of the request.

The documentation for this class was generated from the following file: