i'm testing fullcalendar with resource sheduler.
I'm able to add an event to the calendar by clicking on a row, but in the event received by eventAdd
callback, there is no reference to the resource where I've clicked.
For example: let's assume a hotel planner, where each resource row represents a room. If I click on the 6th row, I can add the event but I don't know how to know the the clicked row was the 6th on the planner.
Any idea?