How can we dynamically show a shape (ie an icon) in Visual Overview, whenever a specific resource is in use, assuming we know the id and name of the resource?
In this case, 'in use' means part of any active/ongoing booking.
Thanks!
Hi Ruben,
Currently there is no way to retrieve a (boolean) value which indicates the use of a resource in any active bookings. This could be a nice feature request though. Once such a value has been made available, the existing show/hide functionality should be able to consume it.
Note that you could use a custom property on a resource to indicate if it's in use, but his will come at a performance cost.