Update recurrent booking

Hello Team, 

I have created a recurrent booking which is a repeat type daily, but I want to update that recurrent booking at a particular date only, 

here I am creating a bookingImage_1079_1714995257998

then booking created successfully: 

Image_6239_1714995314362

Now, I want to update this booking on a particular day 13 Feb 2018: 

Image_8330_1714995967592

Image_1584_1714995986263

Can you, let me know how syncfusion handles that scenario.


here is the stack blitz:  Syncfusion-content - Ej2 Angular Docs - StackBlitz


1 Reply

RR Ram Raju Elaiyaperumal Syncfusion Team May 7, 2024 02:41 PM UTC

Hi Prateek,

A recurring appointment is a single appointment that generates multiple appointments based on the recurrence rule in the scheduler. However, all appointments in the series are treated as one. When editing a single appointment in the series, a recurrence exception is added to the parent appointment. This exception includes the date of the appointment being edited. Therefore, when rendering the recurring appointments, the scheduler will skip the appointment on the recurrence exception date.


Conversely, the edited appointment will be created as a new appointment with a recurrence ID field that has the value of the parent appointment's ID. As a result, this appointment will be rendered separately from the rest of the recurring appointments.


Regards,

Ram


Loader.
Up arrow icon