Mutiselect and Unit view

Hello!
In my scheduler configuration and agenda i set the event’s form correctly with the multiselect option, i follow the example and everything work fine (cross connector, db save data). Now i set 2 multiselect in my form. But i have a problem: For example in a day in same hour i create 2 events; in the second event i want to hiddenthe options selected in the first event, because the resource (the values, the list of the select) was busy. It’s possible?

Or, in alternative i display a unit view to see when the resources was busy. I try to do this but don’t work. For example i have event “A”, in this event resource “John”, “Kate” was checked. Ok, in the unit view i hope to see both the unit busy, but i see only the first…

Sorry for my bad english, i try to explain my problem. :blush:
Thanks

Francesco

Unfortunately it is not possible ( at leat not with default functionality of scheduler )
With some customization, it possible to catch the lightbox opening and customize form data based on other events in the same day, but it need to be done through custom code.

As for unit view, existing logic expects that event can be assigned to one unit (one person)

thanks for the reply… :slight_smile:

I try to make a view for each unit… and in view i display the events for the unit, it’s a possible solution… !?!

Yep, it possible to create a set of custom views, and for each view define the filter function ( check docs of scheduler 3.0 for details about filtering ) so it will show events for some specific person only.