Connection
- Authentication: OAuth 2.0 — you authorize Atako via Google Calendar’s consent screen; no key to copy.
- Scopes requested:
https://www.googleapis.com/auth/calendar
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connect Google Calendar to your Atako agents — 5 read and 4 write actions.
https://www.googleapis.com/auth/calendar| Action | Description |
|---|---|
get_calendar | Fetch a calendar by id (use “primary” for the main calendar). |
get_event | Fetch a single event. |
list_calendars | List the calendars on the connected account. |
list_events | List events of a calendar, optionally within a time window. |
query_free_busy | Query free/busy intervals across calendars for a time window. |
| Action | Description |
|---|---|
create_event | Create an event (start/end use RFC3339 dateTime or all-day date). |
delete_event | Delete an event. |
quick_add_event | Create an event from a natural-language sentence. |
update_event | Update fields of an existing event. |