[#1149] Set Related Resource Usage on Booking

Migrated from Redmine #1149 | Author: Nicholas Parrill
Status: New | Priority: Normal | Created: 2024-01-30


Is it possible to set the amount of a particular related resource to be used by a particular booking on the booking itself, rather it being determined by the service the booking is for?

Redmine Admin wrote:

hi, no, it is not possible

Nicholas Parrill wrote:

Ok, is it possible to see how many related resources are being used in a given time slot? Or get the limit on bookings that can be made that the same time for a given service? I’m trying to add a portion to our calendar that shows customers how many spaces are available during a given time slot, and I’d rather not have to use the getAvailableTimeIntervals function over and over to figure out how many slots are taken or free.

Nicholas Parrill wrote:

Sorry, ignore my last question, I found the custom feature for it. Is there a way to get the information that custom feature uses for displaying it on one’s own booking front end implementation?

Nicholas Parrill wrote:

I see that the REST API has “Get slots timeline” that returns the number of available slots, is there an analog for the JSON RPC API?