Unit View, event in multiple sections

Hello,

I want to use a unit view to display resources.
Suppose that we have 3 resources, A, B and C, I have 3 sections, one by resource.

If I have an event with resources A and B, I’ll want to see this event in both sections.

Is there an easy way to do that ? It seems to me that an event can only be displayed in one section.

The only solution I found to do that, is to duplicate the event for each resource which participate, and map the duplicates event to the correct section.

Thanks for your help,
Best Regards.

Currently dupplication is the only way to achieve such result ( you can duplicate event on client side through onEventLoading event )

docs.dhtmlx.com/scheduler/api__s … event.html

Hi,

Thanks for the answer :slight_smile:

The documentation says the 'onEventLoading ’ event is call when loading from xml, I guess it’s also triggered when loading from JSON ?

Regards.

Yep, sure, it works for all data types