← All plugins
calendly
v1.0.2Scheduling links, availability, and bookings
Codex
by CalendlyMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/calendly/ inside the repository.
Layout
plugins/calendly/
└── .codex-plugin/plugin.json
Manifests1
plugins/calendly/.codex-plugin/plugin.json
{
"name": "calendly",
"version": "1.0.2",
"description": "Scheduling links, availability, and bookings",
"author": {
"name": "Calendly",
"url": "https://calendly.com"
},
"homepage": "https://calendly.com",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [
"calendly",
"calendar",
"scheduling",
"meetings",
"availability",
"events"
],
"apps": "./.app.json",
"interface": {
"displayName": "Calendly",
"shortDescription": "Scheduling links, availability, and bookings",
"longDescription": "Bring Calendly into ChatGPT to take scheduling actions through simple prompts. Create and update event types, generate scheduling links, adjust availability, book or cancel meetings, and more — right in ChatGPT.",
"developerName": "Calendly",
"category": "Productivity",
"capabilities": [],
"websiteURL": "https://calendly.com",
"privacyPolicyURL": "https://calendly.com/legal/privacy-notice",
"termsOfServiceURL": "https://calendly.com/legal/customer-terms-conditions",
"brandColor": "#006BFF",
"defaultPrompt": [
"Find my upcoming Calendly meetings and summarize who I am meeting with.",
"Check Calendly availability for this week and suggest open meeting slots.",
"Review recent Calendly events and summarize attendee details and follow-ups."
],
"screenshots": [],
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png"
}
}