Do you have an example that demonstrates this?
I havn't been able to do this, both in the project where I've integrated DayPilot scheduler and in the sample mvc application that comes with version DayPilotProMvc-7.7.5654.
For instance - I add two identical resources like so:
Resources.Add("RX", "RX");
Resources.Add("RX", "RX");
And yes... they are supposed to have the same resource id.
The events that I assign to the first RX will occur for the first RX... and only the first RX. Likewise, events assigned to the second RX will only occur for the first RX.
The events should be displayed on both the first and second RX resource-row.