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
305
Deleting an Occurrence and Saving to Database
posted

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.