Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
310
Alter an occurrence Versus Deleting an occurrence
posted

Has anyone else had trouble determining if a modified occurence of a recurring appointment has been 'deleted' or just modifed by the user?

I have a recurring appointment.  If i open an occurrence of that appointment, and click the red X to delete the occurrence, I cannot find a way on the serverside to determine that the user clicked the delete button.  AddVariance() gets called, but how do you tell if the user just updated some of the values, or if they deleted the occurrence?

 

 

  • 586
    posted

    The WebScheduleInfo1 has OnActivityDeleting, OnActivityDeleted, OnActivityUpdating, OnActivityUpdated server events you can use.