Hi
I am using Ultradayview for creating appointments. In my application I need to handle a scenario where I have to modify a single recurrence of an appointment.
Scenario.
I have created an appointment with recurrence monday through saturday from 3.30 PM to 4.30 PM. Now let us say I need to delete the recurrence of a particular day (eg only for the friday and for that particular date).
Is there a way I can handle this in UltraDayView.
Thanks and looking forward to a positive and speedy reply.
RegardsPradeep
Get a reference to that occurrence using (for example) the UltraCalendarInfo.GetAppointmentsInRange method, then set that appointment's IsRemoved property to true. This creates a "gap" in the recurrence for that date.