add-attendee | Add an attendee to an existing calendar event | Action | π Github |
clear-calendar | Clear a calendar by deleting all events | Action | π Github |
create-acl-rule | Create an access control rule | Action | π Github |
create-all-day-event | Create an all-day calendar event using start and end dates | Action | π Github |
create-calendar | Create a new secondary Google Calendar with the specified title. | Action | π Github |
create-event | Create a calendar event | Action | π Github |
create-recurring-event | Create a recurring event with supplied start, end, and RRULE values | Action | π Github |
delete-acl-rule | Delete an access control rule from a calendar | Action | π Github |
delete-calendar | Delete a secondary calendar | Action | π Github |
delete-event | Delete a calendar event | Action | π Github |
find-free-slots | Query free/busy data and return gaps meeting a minimum duration | Action | π Github |
get-acl-rule | Get an access control rule by ID | Action | π Github |
get-calendar-list-entry | Retrieve a calendar list entry with access role and colors | Action | π Github |
get-calendar | Get a calendar by ID | Action | π Github |
get-colors | Return available calendar and event color definitions | Action | π Github |
get-event | Get an event by ID from Google Calendar | Action | π Github |
get-setting | Retrieve a single Google Calendar user setting by ID | Action | π Github |
import-event | Import an event as a private copy using an iCalendar UID | Action | π Github |
insert-calendar-to-list | Add an existing calendar to the userβs calendar list with optional colors | Action | π Github |
list-acl-rules | List ACL rules for a calendar with pagination support | Action | π Github |
list-calendars | List calendars in the userβs calendar list | Action | π Github |
get-event-instances | List instances of a recurring event | Action | π Github |
list-events | List events on a calendar | Action | π Github |
list-settings | List calendar settings | Action | π Github |
list-upcoming-events | List upcoming events from now, ordered by start time | Action | π Github |
move-event | Move an event to another calendar, changing its organizer | Action | π Github |
patch-event | Partially update only provided event fields like time, location, or description | Action | π Github |
query-free-busy | Return free/busy blocks for one or more calendars in a time range | Action | π Github |
quick-add-event | Create an event from a text string | Action | π Github |
remove-attendee | Fetch an event, remove an attendee by email, and patch attendees | Action | π Github |
remove-calendar-from-list | Remove a calendar from the userβs calendar list | Action | π Github |
search-events | Search a calendarβs events by text query and optional time bounds | Action | π Github |
settings | Fetch all user settings across pages from Google Calendar | Action | π Github |
stop-channel | Stop push notifications for a channel | Action | π Github |
update-acl-rule | Update an access control rule | Action | π Github |
update-attendee-response | Fetch an event and update one attendee response status | Action | π Github |
update-calendar-list-entry | Update a calendar list entryβs settings | Action | π Github |
update-calendar | Update a calendarβs metadata | Action | π Github |
update-event | Update a calendar event | Action | π Github |
watch-calendar-list | Subscribe to changes in the calendar list | Action | π Github |
watch-events | Subscribe to event changes on a calendar | Action | π Github |
watch-settings | Subscribe to changes in calendar settings | Action | π Github |
whoami | Return the current userβs Google account ID and email | Action | π Github |
events | Incrementally sync full Google Calendar event objects, defaulting to the primary calendar with an initial one-month lookback | Sync | π Github |
calendars | Full sync of the userβs calendar list, including access role, colors, primary/selected flags, and deleted status. | Sync | π Github |
settings | Sync calendar settings | Sync | π Github |