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