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
70
Delete appointment for a particular owner
posted

Hi,

   I have used UltraDayView to show appointments for a no of  owner on a particular date.

User can drag and drop the appointment on other owner calender.

The requiremet is when we drag and drop it on other pwner,the appointment area assigned to the current owner should be cleared.

How can i do that?

I tried 

dayViewJob.CalendarInfo.GetAppointmentsInRange(movedApp.StartDateTime, movedApp.EndDateTime).Clear();

But this clears other appointment which fall in that time range...

 

Rickson

  • 69832
    Offline posted

    The Owner class exposes a 'DeleteAllActivity' method, which removes all Appointments and Notes associated with that Owner.