Tmp.StUjLuCvPL

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, creating Meet spaces, ending conferences, listing meeting participants or call history.

Audits

Warn

Install

openclaw skills install gogcli-mcp-calendar

gogcli-mcp-calendar

Extended Google Calendar MCP server via gogcli — 18 tools: auth + 7 base Calendar + 6 extra Meet tools.

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

ToolWhat it does
gog_meet_createCreate a Meet space
gog_meet_getGet a Meet space by code
gog_meet_updateUpdate Meet space config
gog_meet_endEnd the active conference
gog_meet_historyList past calls in a space
gog_meet_participantsList call participants

Plus 5 auth tools and 7 base Calendar tools (gog_calendar_events/get/create/update/delete/respond/run).