Events not belonging to any user from the "units" list

hi,

I have events in the scheduler that does not belong to any of the users which I am using as columns of unit view. I dont know what the actual behavior should be but for me the events which do not belong to any user are displayed in the first column user in the units view. Is there a way to not display these events?

Hello,

Try adding

skip_incorrect: true

option to createUnitsView function.
So you should get:

scheduler.createUnitsView({ name:"unit", property:"section_id", list:sections, skip_incorrect: true });
Kind regards,
Ilya