Hello,
I want to disable the drag drop and resize of scheduled appointments before its start time value. But for time > Start Time, resize and drag and drop should be enabled.
I tried to implement this by comparing Start Time values before and after After onActionBegin() and onDrag(). But i could not get old appointment details. Event always contains changed data.