03/06/2026
Bryntum Scheduler's architecture makes it easy to extend. Most features are added by defining fields on your models and reacting to them in the renderer, rather than manipulating the DOM.
We asked Claude Code to add progress bars, color overdue events orange, and add a search field. It followed the data-driven pattern: define fields, configure features, let the renderer react.
The same mental model applies whether you're writing the code yourself or generating it from a prompt.
Demo:
https://bryntum.com/products/scheduler/examples/filtering/