Google Calendar
Use Google Calendar from your AI agent through ClawLink — browser login, no API key to paste, no config to edit. Connect Google Calendar once and the agent can read and act on it. Works in any agent that can run shell commands (Claude Code, Cursor, Codex, Cline, and more).
Setup
Run these once — the agent can run them for you:
npx @useclawlink/cli login # opens browser → approve (mints + stores a key)
npx @useclawlink/cli connect google-calendar # opens browser → authorize Google Calendar
No API key to create or paste — login stores the credential at ~/.clawlink/credentials.json.
Using Google Calendar
npx @useclawlink/cli actions google-calendar "<what you want to do>" # find an action
npx @useclawlink/cli describe google-calendar <action-id> # see its inputs (before writes)
npx @useclawlink/cli run google-calendar <action-id> --input '<json>' # execute
Reads first; confirm with the user before any write.
Available actions
| Action | Description |
|---|---|
googlecalendar_list_calendars |
List Google Calendars available to the connected account |
googlecalendar_get_calendar |
Get Google Calendar metadata by calendar id |
googlecalendar_list_calendar_resources |
List calendar resources (rooms/equipment) |
googlecalendar_events_list |
List events from a Google Calendar |
googlecalendar_events_get |
Get a Google Calendar event by event id |
googlecalendar_events_instances |
List instances of a recurring Google Calendar event |
googlecalendar_find_event |
Find a Google Calendar event |
googlecalendar_find_free_slots |
Find free time slots across calendars |
googlecalendar_get_current_date_time |
Get current date and time with timezone context |
googlecalendar_create_event |
Create a Google Calendar event |
googlecalendar_quick_add |
Create a Google Calendar event from a natural language description |
googlecalendar_update_event |
Update a Google Calendar event |
googlecalendar_patch_event |
Patch a Google Calendar event |
googlecalendar_delete_event |
Delete a Google Calendar event |
googlecalendar_events_move |
Move a Google Calendar event to another calendar |
googlecalendar_duplicate_calendar |
Duplicate a Google Calendar |
Notes
- No API key for Google Calendar itself — ClawLink holds the OAuth token; the agent only holds your ClawLink credential.
- Not connected yet, or access expired? Re-run
npx @useclawlink/cli connect google-calendar. - The action list above is a snapshot;
npx @useclawlink/cli actions google-calendaris always current.
Resources
- ClawLink: https://claw-link.dev
- Docs: https://docs.claw-link.dev
- CLI: https://www.npmjs.com/package/@useclawlink/cli
Powered by ClawLink — connect 90+ apps to any AI agent.