Agent Plugins Marketplace
All plugins

google-calendar

v1.2.6

Connect Google Calendar for scheduling, availability, daily briefs, and event management.

Codex1 MCP serverStreamable HTTP

By OpenAILicense: MIT7.1k GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install google-calendar for Codex

Installs for the current user
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add google-calendar@openai-curated

Paste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.

Compatibility: the page URL and API slug “google-calendar” remain stable.

  • Codex: google-calendar@agent-plugin-marketplacegoogle-calendar@openai-curated

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/google-calendar/.

Plugin files

plugins/google-calendar/
├── .codex-plugin/plugin.json
└── .mcp.json

MCP servers1

google-calendarStreamable HTTP
url
https://calendarmcp.googleapis.com/mcp/v1

Plugin manifests1

plugins/google-calendar/.codex-plugin/plugin.json
{
  "name": "google-calendar",
  "version": "1.2.6",
  "description": "Connect Google Calendar for scheduling, availability, daily briefs, and event management.",
  "author": {
    "name": "OpenAI",
    "email": "[email protected]",
    "url": "https://openai.com/"
  },
  "homepage": "https://workspace.google.com/products/calendar/",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [
    "google-calendar",
    "google",
    "google workspace",
    "calendar",
    "events",
    "meetings",
    "availability",
    "agenda",
    "daily-brief",
    "scheduling",
    "productivity"
  ],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Google Calendar",
    "shortDescription": "Manage Google Calendar events",
    "longDescription": "Use Google Calendar to summarize a day, check availability, list calendars, and create, update, or delete events directly from task prompts.",
    "developerName": "OpenAI",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://workspace.google.com/products/calendar/",
    "privacyPolicyURL": "https://policies.google.com/privacy",
    "termsOfServiceURL": "https://policies.google.com/terms",
    "defaultPrompt": [
      "Summarize my calendar, compare availability, prep meetings, or draft event details"
    ],
    "brandColor": "#4285F4",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png",
    "screenshots": []
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[google-calendar on Agent Plugins Marketplace](https://pluginsmp.com/plugins/google-calendar)