search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

One Event with multiple resources

Asked by Anonymous
8 years ago.

Hello

Is it posible to have an event which uses multiple resources?

ex: have event "A", this event is displayed on Resource "R1" AND "R2".

if not out of the box, can i modify the event/resource selector to add multiple resources.

Thanks for the reply.

Answer posted by Dan Letecky [DayPilot]
8 years ago.

You need to create a special entry for each of the event x resource combination.

You can use "joint events" feature to link them together so they will be moved and resized together:

http://javascript.daypilot.org/demo/scheduler/eventsjoint.html

Example:

dp.events.list = [
 { name: "Event", id: "5.1", resource: "R1", join: 5,  .... },
 { name: "Event", id: "5.2", resource: "R2", join: 5,  .... },
  ...
];
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.