gogcli-mcp-calendar
Use when the user asks to manage Google Calendar events or Google Meet spaces. Triggers for scheduling, listing events, creating/updating/deleting events, responding to invitations…
chrischall
@chrischall
Install
$ openclaw skills install @chrischall/gogcli-mcp-calendargogcli-mcp-calendar
Extended Google Calendar MCP server via gogcli — 18 tools: auth + 7 base Calendar + 6 extra Meet tools.
- Source: github.com/chrischall/gogcli-mcp
Requirements
- gogcli installed and authenticated
- Node.js 18 or later
Setup
{
"mcpServers": {
"gogcli-calendar": {
"command": "npx",
"args": ["-y", "gogcli-mcp-calendar"],
"env": {
"GOG_ACCOUNT": "you@gmail.com"
}
}
}
}
Extra Meet Tools
| Tool | What it does |
|---|---|
gog_meet_create | Create a Meet space |
gog_meet_get | Get a Meet space by code |
gog_meet_update | Update Meet space config |
gog_meet_end | End the active conference |
gog_meet_history | List past calls in a space |
gog_meet_participants | List call participants |
Plus 5 auth tools and 7 base Calendar tools (gog_calendar_events/get/create/update/delete/respond/run).
Top skills in this category
Gog
@steipeteGoogle Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
API Gateway
@byungkyuCall third-party APIs through the Maton gateway, which injects the credential for an app the user has already connected. Use this skill when the user names a connected app and a concrete action in it - read a mailbox, query a CRM, file an issue, update a spreadsheet, run a query through a connected
Notion
@steipeteNotion API for creating and managing pages, databases, and blocks.
Mcporter
@steipeteUse the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Caldav Calendar
@asleep123Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.