From what I understand, in order to delete one occurrence of an appointment with recurrence, I set the IsRemoved property to true. That removes the occurrence from the calendar. The appointment data is saved in a databse in my app. What do I need to save so that the next time I open the app, the deleted occurrence is still deleted. I should add that I'm using a custom appointment dialgo and therefore have to handle the recurrence processing manually.