Prevent moving between resources
11 years ago.
Hello,
How Can I prevent event moving between two resources?
Let's suppose that I have a resource id (1)
if (args.e.resource() == 1 && args.newResource == 1){
//do the moving
}
The problem is that args.e.resource() takes the resource id of the destination, so when I move the event into resource 1 it'll always work.
DayPilot