Can I create a late cancel report

Does anyone know how to run a report to find out if someone late cancels (in this case within 2 hours of a class time). We don’t want to block or limit late cancels at this time because other members would not be able to sign up for the class. But we would like to run a report to find out if anyone did cancel a class within this timeframe. #wixbookings

Maybe you can accomplish this with Velo.

@wingcc may be able to help.

Start from: https://www.wix.com/velo/reference/wix-bookings-backend/events/onbookingcanceled

export function wixBookings_onBookingCanceled(event) {
  // Do something here!
}

You can add code to ‘compare’ the date from cancel and attend. If the cancel is done within 2 hours, send the data to the Wix database (so you can check who is disturbing you)