Hi,
I need some suggestions on the approaches that I can take.
I am using Bookable Resource entity to show a calendar which can display resource's availabilities. What I am trying to achieve is, along with availabilities, Can I show the scheduled events in the calendar programmatically? We do have a custom search feature that displays available resources to schedule some events(custom entity). I am trying to display these scheduled events on the Bookable Resource's calendar. I tried some code from online but they are merely updating the work hours or time off hours etc of a user's calendar. Not really what I want. So, I am looking for some suggestions on how best to proceed.
Thanks for any help!