c

cortex-plugin-scheduling

ESM
v1.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-scheduling
Website RepositoryEntry: plugins/cortex-plugin-scheduling/mod.ts

Configuration

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

ToolDescription
sched_find_slotsFind open meeting slots across calendars and attendees
sched_create_eventCreate calendar event with optional prep brief
sched_list_eventsList upcoming events with search and date filters
sched_get_busy_timesGet busy/free time blocks for availability visualization
sched_rescheduleReschedule 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