I handle the eventmove on the server side. But dependend on the selected event, the user is not allowed to move the event. Then I would like to display a message like "You are not allowed to move the event ..."
Detecting if a user is allowed to move a event is a time consuming operation, so it is not possible to check this in BeforeEventRender and set EventMoveEnabled to false for every event.