google-calendar
v1.2.6Connect Google Calendar for scheduling, availability, daily briefs, and event management.
By OpenAILicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 20, 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
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add google-calendar@openai-curatedPaste 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-3” remain stable.
- Codex:
google-calendar-3@agent-plugin-marketplace→google-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/FaLalens/codex-plugins-zhClone 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
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- url
- https://calendarmcp.googleapis.com/mcp/v1
Plugin manifests1
{
"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": []
}
}For maintainers
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-3)