Namespace Google.Apis.Calendar.v3
Classes
AclResource
The "acl" collection of methods.
AclResource.DeleteRequest
Deletes an access control rule.
AclResource.GetRequest
Returns an access control rule.
AclResource.InsertRequest
Creates an access control rule.
AclResource.ListRequest
Returns the rules in the access control list for the calendar.
AclResource.PatchRequest
Updates an access control rule. This method supports patch semantics.
AclResource.UpdateRequest
Updates an access control rule.
AclResource.WatchRequest
Watch for changes to ACL resources.
CalendarBaseServiceRequest<TResponse>
A base abstract class for Calendar requests.
CalendarListResource
The "calendarList" collection of methods.
CalendarListResource.DeleteRequest
Removes a calendar from the user's calendar list.
CalendarListResource.GetRequest
Returns a calendar from the user's calendar list.
CalendarListResource.InsertRequest
Inserts an existing calendar into the user's calendar list.
CalendarListResource.ListRequest
Returns the calendars on the user's calendar list.
CalendarListResource.PatchRequest
Updates an existing calendar on the user's calendar list. This method supports patch semantics.
CalendarListResource.UpdateRequest
Updates an existing calendar on the user's calendar list.
CalendarListResource.WatchRequest
Watch for changes to CalendarList resources.
CalendarService
The Calendar Service.
CalendarService.Scope
Available OAuth 2.0 scopes for use with the Calendar API.
CalendarService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Calendar API.
CalendarsResource
The "calendars" collection of methods.
CalendarsResource.ClearRequest
Clears a primary calendar. This operation deletes all events associated with the primary calendar of an account.
CalendarsResource.DeleteRequest
Deletes a secondary calendar. Use calendars.clear for clearing all events on primary calendars.
CalendarsResource.GetRequest
Returns metadata for a calendar.
CalendarsResource.InsertRequest
Creates a secondary calendar.
CalendarsResource.PatchRequest
Updates metadata for a calendar. This method supports patch semantics.
CalendarsResource.UpdateRequest
Updates metadata for a calendar.
ChannelsResource
The "channels" collection of methods.
ChannelsResource.StopRequest
Stop watching resources through this channel
ColorsResource
The "colors" collection of methods.
ColorsResource.GetRequest
Returns the color definitions for calendars and events.
EventsResource
The "events" collection of methods.
EventsResource.DeleteRequest
Deletes an event.
EventsResource.GetRequest
Returns an event based on its Google Calendar ID. To retrieve an event using its iCalendar ID, call the events.list method using the iCalUID parameter.
EventsResource.ImportRequest
Imports an event. This operation is used to add a private copy of an existing event to a calendar. Only events with an eventType of default may be imported. Deprecated behavior: If a non-default event is imported, its type will be changed to default and any event-type-specific properties it may have will be dropped.
EventsResource.InsertRequest
Creates an event.
EventsResource.InstancesRequest
Returns instances of the specified recurring event.
EventsResource.ListRequest
Returns events on the specified calendar.
EventsResource.MoveRequest
Moves an event to another calendar, i.e. changes an event's organizer. Note that only default events can be moved; birthday, focusTime, fromGmail, outOfOffice and workingLocation events cannot be moved.
EventsResource.PatchRequest
Updates an event. This method supports patch semantics.
EventsResource.QuickAddRequest
Creates an event based on a simple text string.
EventsResource.UpdateRequest
Updates an event.
EventsResource.WatchRequest
Watch for changes to Events resources.
FreebusyResource
The "freebusy" collection of methods.
FreebusyResource.QueryRequest
Returns free/busy information for a set of calendars.
SettingsResource
The "settings" collection of methods.
SettingsResource.GetRequest
Returns a single user setting.
SettingsResource.ListRequest
Returns all user settings for the authenticated user.
SettingsResource.WatchRequest
Watch for changes to Settings resources.
Enums
CalendarBaseServiceRequest<TResponse>.AltEnum
Data format for the response.
CalendarListResource.ListRequest.MinAccessRoleEnum
The minimum access role for the user in the returned entries. Optional. The default is no restriction.
CalendarListResource.WatchRequest.MinAccessRoleEnum
The minimum access role for the user in the returned entries. Optional. The default is no restriction.
EventsResource.DeleteRequest.SendUpdatesEnum
Guests who should receive notifications about the deletion of the event.
EventsResource.InsertRequest.SendUpdatesEnum
Whether to send notifications about the creation of the new event. Note that some emails might still be sent. The default is false.
EventsResource.ListRequest.EventTypesEnum
Event types to return. Optional. This parameter can be repeated multiple times to return events of different types. If unset, returns all event types.
EventsResource.ListRequest.OrderByEnum
The order of the events returned in the result. Optional. The default is an unspecified, stable order.
EventsResource.MoveRequest.SendUpdatesEnum
Guests who should receive notifications about the change of the event's organizer.
EventsResource.PatchRequest.SendUpdatesEnum
Guests who should receive notifications about the event update (for example, title changes, etc.).
EventsResource.QuickAddRequest.SendUpdatesEnum
Guests who should receive notifications about the creation of the new event.
EventsResource.UpdateRequest.SendUpdatesEnum
Guests who should receive notifications about the event update (for example, title changes, etc.).
EventsResource.WatchRequest.EventTypesEnum
Event types to return. Optional. This parameter can be repeated multiple times to return events of different types. If unset, returns all event types.
EventsResource.WatchRequest.OrderByEnum
The order of the events returned in the result. Optional. The default is an unspecified, stable order.