// the find
fullcalendar/fullcalendar-workspace
Premium full-sized drag & drop calendar & scheduler in JavaScript
This is the monorepo for FullCalendar, the long-standing go-to JavaScript calendar library. It covers the premium Scheduler plugin (timeline, resource views) alongside the standard MIT-licensed core. If you need a full-featured calendar with drag-and-drop, recurring events, and resource scheduling in any major JS framework, this is the library most teams reach for first.
Framework coverage is genuinely thorough — dedicated packages and working example apps for React, Vue, Angular (16 through 22), Preact, Next.js, and Nuxt, not just an afterthought adapter. The monorepo uses changesets for versioning, which means coordinated releases across a sprawling package graph without manual bookkeeping. Active maintenance is visible: Angular 22 examples exist alongside Angular 16, meaning they're actually chasing framework releases rather than letting old versions rot. The core/premium split is clean — you can ship the MIT calendar and add Scheduler later without rearchitecting anything.
The Scheduler (resource views, timeline) is behind a commercial license, and the pricing is per-developer seat — easy to overlook until you're already 30% into integration. The README for this workspace repo is nearly empty; all the real documentation lives elsewhere, so first-time contributors have to hunt. 799 stars on the workspace repo is misleadingly low — the main fullcalendar repo has tens of thousands — which means GitHub search surfaces this as a minor project when it isn't. Bundle size has always been a sore point; FullCalendar pulls in a fair amount for what is, at the end of the day, a grid of boxes, and there's no tree-shaking story for views you don't use.