Bryntum Calendar

UI Extension

Bryntum Calendar is a professional event calendar component with resource views, drag-and-drop, and integration with Bryntum Scheduler.

Status
Planned
Supported Version
TBD
Licensing
Commercial
Priority
Rank #138
KEY FEATURES
Resource views
Drag and drop
Recurring events
Agenda view
Year view
Sidebar
Scheduler integration
Usage Example

Here's how you'll use Bryntum Calendar with Oorian once the extension is available:

Java
// Create and configure Bryntum Calendar component
BryntumCalendar component = new BryntumCalendar();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, BryntumCalendarEvent.class);

// Add to your page
container.addElement(component);

Note: This is a preview of the expected API. The actual implementation may vary slightly when released.