...
COUNT(FILTER(overlappingReservations AS item, item.b25__status__r.name != ‘Canceled’ 'Canceled' AND item.b25__status__r.name!="'Temporary"')) > 0
Reservation not allowed when Resource does not allow double booking and when overlapping with another reservation.
...