Assign to multiple resources (employees)

Dear,

I want an event that I create in the ‘timeline view’ assign to multiple resources (employees). Is this possible?

An example is as follows: I create an event and in the popup that appears, I choose five resources (employees). Once I save this event, it appears 5 times on the timeline.

Regards,

H

Unfortunately it not possible.
Scheduler will not rendere the same event in few areas.
You can have some custom code in onEventSave handler, which will check selected users and will create extra event with same info but assigned for different users ( it is not ideal solution, as you will not be able to edit them all in the same time )