CAPE Scheduler
Overview
📆 CAPE Scheduler
CAPE scheduler is the most powerful resource scheduler available on Mendix platform.
Demo Application
https://capescheduler-sandbox.mxapps.io/index.html?profile=Responsive
Documentation
https://capegroep.github.io/CapeScheduler-Documentation
Features 🚀
- Customizable event layout.
- Adjustable time resolution & grouping. Show schedule in minutes, hours, daily
- Time header can be in row or in column.
- Capable of showing working hours and holidays.
- 2nd level Resource grouping.
- Add your own context menu, outside and inside event!
- Optional capabilities to Drag & Drop, & resize to adjust time.
- Row & Column freezing
- Easy to use CSS class to completely change the widget look and feel.
Used open source Libraries
- Jose (MIT) https://github.com/panva/jose/blob/main/LICENSE.md
- date-fns (MIT) https://github.com/date-fns/date-fns/blob/main/LICENSE.md
- memoze-one (MIT) https://github.com/alexreardon/memoize-one/blob/master/LICENSE
- rbush (MIT) https://github.com/mourner/rbush/blob/master/LICENSE
- foxglove/avl (MIT) https://github.com/foxglove/avl/blob/main/LICENSE
Documentation
Releases
CAPE Scheduler Version 6.0.0
----------------------------
1. Internal Refactoring and performance improvements.
2. New Widget parameters layout.
3. New SCSS structure, it's easier to build custom styling.
4. Reset SCSS are applied automatically
5. New documentation hub (https://capegroep.github.io/CapeScheduler-Documentation)
6. Support for react-client
7. Update java dependencies
8. Now require at least mendix version 10.24.0
Bug fixes
---------
1. The scheduler now forcing the header size. If resource / time / date header text too long, it will clip.
2. Fix issues where sometimes the text on the content are stuck.
3. Fix issues where global layout may affect the scheduler positioning.