Multi-view calendar (year / month / week / day / timeline) with drag-to-create, drag-to-move, drag-to-resize, and full keyboard navigation. Events and resources are inputs; the component emits semantic (eventCreate) / (eventUpdate) / (eventDelete) requests that the consumer translates into its own data mutations.
event-create for that whole day.event-create for that whole month.event-createrequest carrying the range. The scheduler doesn't create or store the event itself — this demo's handler does that with its own defaults, then calls clearSelection(). Esc clears the selection without emitting a request.event-selected.event-delete.No events yet. Try clicking on the scheduler or loading sample data.
[]