# Google Calendar

> Google Calendar integration for AI agents via ClawLink — browser login, no API key setup. Connect Google Calendar through ClawLink's hosted setup to list calendars, inspect events, create, update, and delete calendar events. Use this skill when the user wants to work with Google Calendar (Google Apps) — connect Google Calendar, read or update Google Calendar data, or take actions in Google Calendar from chat instead of saying you cannot access it.

- Skill: `clawlink-hq/google-calendar` (Agent Skill)
- Install (CLI): `npx skillmds@latest add clawlink-hq/google-calendar`
- Raw SKILL.md: https://api.skillmd.com/api/skills/clawlink-hq/google-calendar/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: clawlink-hq (https://skillmd.com/u/clawlink-hq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/clawlink-hq/google-calendar

---


# Google Calendar

Use **Google Calendar** from your AI agent through [ClawLink](https://claw-link.dev) — 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:

```bash
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

```bash
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-calendar` is 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](https://claw-link.dev)** — connect 90+ apps to any AI agent.

