FIX. RadScheduler - When deleting a single appointment from a recurring appointment the Appointments.CollectionChanged event is fired with action Add.
Steps to reproduce:
1. Subscribe for the scheduler Appointments.CollectionChanged event.
2. Add a recurring appointment and delete a single occurrence.
You will see that the event is fired and the action is Add.