@super-calendar/dom.
Checked against FullCalendar v7 in mid-2026. Verify option names against your installed version,
and note that some FullCalendar features are Premium.
No plugins
FullCalendar assembles a calendar from plugins (@fullcalendar/daygrid,
timegrid, interaction, resource-timeline, rrule). super-calendar has no
plugin system: month, week/day, schedule, year, resources, drag, and recurrence
are all in the package. You pick a view with mode, not plugins +
initialView.
Concept map
The editable, overlap, and business-hours names match on purpose, so those parts
of a port are close to a rename.
The port prompt
Copy this into a coding agent working in your repo.What differs
- No built-in toolbar. FullCalendar ships
headerToolbar; super-calendar leaves chrome to you (a built-in toolbar is on the roadmap). - Event sources. FullCalendar fetches URL / Google / iCal feeds for you.
super-calendar takes a plain array; fetch feeds yourself, and use
parseICalendarfor iCal text. - Time zones are display-only via
eventsInTimeZone, not a native Temporal/IANA model. - Breadth. FullCalendar has a larger ecosystem (print, more sources, Premium timeline/scheduler). super-calendar is leaner and MIT-only, and its resource timeline is free.