I am trying to build a timesheet app and I want to find all the empty slots (where there is no event assigned to the time slot) on a given day and not let them submit if there are more than accepted number empty time slots. Is there an easy way to achieve this? or should I do it the round about way of creating a table for all the timeslots and highlighting the empty slots from there?