Hi Moses,
Syncfusion Greetings.
We have prepared sample to show the event collections in console window by making use of dataBound event of our scheduler and same can be available in below link.
onDataBinding(args) {
console.log("Get All events in the scheduler");
console.log(this.scheduleObj.getEvents());
console.log("Get Current view range events");
console.log(this.scheduleObj.getCurrentViewEvents());
}
Kindly try the above sample and let us know, if you need further assistance on this.
Regards,
M.Vinitha devi