c
cortex-plugin-scheduling
ESMv1.0.0
Smart Scheduling Assistant — Google Calendar, Outlook Calendar, and Cal.com integration for intelligent meeting scheduling with conflict avoidance, agenda prep, and automated rescheduling
0.00CortexPrism
cortex-plugincortexprismdenopluginproductivityscheduling
Install Command
$ cortex plugins install marketplace:cortexprism.io/plugins/cortex-plugin-schedulingConfiguration
Plugin Type
ESM
Entry Point
plugins/cortex-plugin-scheduling/mod.ts
Tags
cortex-plugincortexprismdenopluginproductivityscheduling
Statistics
Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 19, 2026
Reviews (0)
No reviews yet. Be the first to rate this plugin!
README
Smart Scheduling Assistant
Calendar plugin for CortexPrism — Google Calendar, Outlook Calendar, and Cal.com integration for intelligent meeting scheduling with conflict avoidance and automated rescheduling.
Installation
cortex plugin install github:CortexPrism/cortex-plugin-scheduling
Tools
| Tool | Description |
|---|---|
sched_find_slots | Find open meeting slots across calendars and attendees |
sched_create_event | Create calendar event with optional prep brief |
sched_list_events | List upcoming events with search and date filters |
sched_get_busy_times | Get busy/free time blocks for availability visualization |
sched_reschedule | Reschedule event, notify attendees, suggest alternatives |
Configuration
{
"plugins": {
"cortex-plugin-scheduling": {
"defaultDuration": 30,
"workingHoursStart": 9,
"workingHoursEnd": 17,
"timezone": "America/Chicago",
"googleClientId": "your-google-oauth-client-id",
"googleClientSecret": "your-google-oauth-secret",
"outlookClientId": "your-azure-client-id",
"outlookClientSecret": "your-azure-client-secret"
}
}
}
Supported Platforms
- Google Calendar — OAuth2
- Outlook Calendar — Azure AD OAuth2
- Cal.com — API key
License
MIT
Published June 19, 2026 · Updated June 19, 2026