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
510
Editing and Deleting Recurrence
posted

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.

Regards
Pradeep

  • 69832
    Suggested Answer
    Offline posted

    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.