DevExtreme React - Array Only

To bind the Scheduler to an array, pass this array to the dataSource option.

View Demo

If objects in the array need to be processed (for example, filtered), you can create a Query. In the following code, a Query selects objects with text containing 'meet'.

See Also