Is there a way to restrict the movability of appointments even though the appointment is editable?
What I am trying to do is have certain appointments being locked down as not editable despite being able to double-click on them and view the entire information in the form.
One possible solution is to use Custom Attributes to mark which appointment can be moved and which one cannot be moved. Then cancel the OnClientAppointmentMoving event depending on the value of the custom attribute. For example, let's say that we set the allowMove custom attribute field:
<script type="text/javascript">
function OnClientAppointmentMovingHandler(sender, evenArgs)