- Lists events on a calendar. Supports time range, search, and pagination.
- Gets an event by ID.
- Creates a new event on a calendar.
- Imports an event. This action is used to add a private copy of an existing event to a calendar.
Only events with an eventType of default may be imported.
- Updates an event using patch semantics.
- Updates an event. This method does not support patch semantics and always updates the entire event resource. To do a partial update, perform a get followed by an update using etags to ensure atomicity.
- Deletes an event.
- 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.
- Creates an event based on a simple text string.
- Returns instances of the specified recurring event.
- Watch for changes to Events resources.
- Gets metadata for a calendar.
- Creates a secondary calendar. The authenticated user for the request is made the data owner of the new calendar.
- Updates metadata for a calendar. This method supports patch semantics. Note that each patch request consumes three quota units; prefer using a get followed by an update. The field values you specify replace the existing values. Fields that you don't specify in the request remain unchanged. Array fields, if specified, overwrite the existing arrays; this discards any previous array elements.
- Updates metadata for a calendar. This method does not support patch semantics and always updates the entire calendar resource.
- Clears a primary calendar. This action deletes all events associated with the primary calendar of an account.
- Deletes a calendar permanently.
- Lists the calendars in the user's calendar list.
- Gets a calendar from the user's calendar list.
- Adds a calendar to the user's calendar list.
- Updates an existing calendar on the user's calendar list. This method supports patch semantics. The field values you specify replace the existing values. Fields that you don't specify in the request remain unchanged. Array fields, if specified, overwrite the existing arrays; this discards any previous array elements.
- Updates an existing calendar on the user's calendar list. This method does not support patch semantics and always updates the entire calendar list entry.
- Unsubscribes from a shared calendar by removing it from the user's calendar list.
- Watch for changes to CalendarList resources.
- Lists the rules in the access control list for a calendar.
- Returns an access control rule.
- Creates an access control rule for a calendar.
- Updates an access control rule. This method supports patch semantics. The field values you specify replace the existing values. Fields that you don't specify in the request remain unchanged.
- Updates an access control rule. This method does not support patch semantics and always updates the entire ACL rule.
- Deletes an access control rule.
- Watch for changes to ACL resources.
- Queries the free/busy information for a set of calendars within a time range.
- Lists all user settings for the authenticated user.
- Gets a single user setting by ID.
- Watch for changes to Settings resources.
- Returns the color definitions for calendars and events.
- Stop watching resources through this channel.
No matching actions