Hi.
I'm new bie in syncfusion components.
I'm trying to prevent creation and changing of an event in an occupied appointment especifically, but NOT in your timeSlot. Example: If you use Room demo, I need to block an event into same time interval for a specific room. Just one Event for an interval. I don't want "+n more" below them.
Reading the documentation I saw the example using isSlotAvailable(startDate, endDate). Ok, but that example block the entire timeSlot, for all rooms.
How can I use more informations to decide if cancel or not the creation/changing an Event? I need startDate, endDate and ResourceId to decide this.
Thank you.
Sorry for my