outlook-calendar
v0.1.8Connect Microsoft Outlook Calendar for scheduling, daily briefs, event prep, and safe meeting changes.
By OpenAILicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- 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 outlook-calendar for Codex
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add outlook-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 “outlook-calendar-2” remain stable.
- Codex:
outlook-calendar-2@agent-plugin-marketplace→outlook-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/outlook-calendar/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "outlook-calendar",
"version": "0.1.8",
"description": "Connect Microsoft Outlook Calendar for scheduling, daily briefs, event prep, and safe meeting changes.",
"author": {
"name": "OpenAI",
"email": "[email protected]",
"url": "https://openai.com/"
},
"homepage": "https://www.microsoft.com/en-us/microsoft-365/outlook/calendar-app",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [
"outlook-calendar",
"outlook",
"calendar",
"microsoft",
"microsoft 365",
"office 365",
"exchange",
"events",
"meetings",
"availability",
"scheduling",
"teams",
"daily-brief",
"meeting-prep"
],
"apps": "./.app.json",
"interface": {
"displayName": "Outlook Calendar",
"shortDescription": "Manage Outlook schedules",
"longDescription": "Use Outlook Calendar to summarize a day, compare availability, prepare for meetings, explain Outlook status semantics, and schedule, reschedule, or cancel events through the connected Microsoft Outlook app.",
"developerName": "OpenAI",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://www.microsoft.com/en-us/microsoft-365/outlook/calendar-app",
"privacyPolicyURL": "https://www.microsoft.com/en-us/privacy/privacystatement",
"termsOfServiceURL": "https://www.microsoft.com/en-us/servicesagreement/",
"defaultPrompt": "Summarize my day, compare availability, explain Outlook status, and draft the right event update",
"brandColor": "#0078D4",
"composerIcon": "./assets/logo.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.
[outlook-calendar on Agent Plugins Marketplace](https://pluginsmp.com/plugins/outlook-calendar-2)