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?
dayViewJob.CalendarInfo.GetAppointmentsInRange(movedApp.StartDateTime, movedApp.EndDateTime).Clear();
But this clears other appointment which fall in that time range...
Rickson
The Owner class exposes a 'DeleteAllActivity' method, which removes all Appointments and Notes associated with that Owner.