You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
For example: I have general availability of the resource and Clients can book this resource. Then I would like to display availability that left after this bookings. There I need something like current_availability = general_availability.gaps_left_by(bookings)
The text was updated successfully, but these errors were encountered:
It would be very helpful to have complementary method to #intersection ... like here:
https://github.com/rossmeissl/timeframe/blob/2cd85dd2a3ec2fbdf5391bf49870d6fd27265bd7/lib/timeframe.rb#L260
For example: I have general availability of the resource and Clients can book this resource. Then I would like to display availability that left after this bookings. There I need something like
current_availability = general_availability.gaps_left_by(bookings)
The text was updated successfully, but these errors were encountered: