Version 8.0
released on October 8, 2020
Breaking Changes
New Scheduler has its own API and functionality.
New Features
Interface
- Highly customizable
- Display modes: day, week, month, agenda
- Ability to create multiple calendars
- Ability to create recurring events
- Desktop and mobile layouts
- 5 skins: Material, Mini, Flat, Compact, Contrast
Backend
Webix Scheduler is shipped with Golang and NodeJS backend.
Code
The widget is built as a Webix Jet app, which means:
- Customizable Jet views to fine tune interface chunks
- Data and backend services to provide custom logic for working with data
- ES6 syntax
Back to top