My application will create Events in calendar. I need to remove all Events created by my application when user uninstalls my app. I have all Event id's stored. I need to remove all Events created based on these Event id's. How, can I achieve this. Please help.
Asked
Active
Viewed 107 times
0
-
AFAIK, you don't get your own app's uninstall event, still [you can give this a try](http://stackoverflow.com/a/22061900/1777090) – MysticMagicϡ Dec 11 '14 at 06:35
-
Please check this answer. http://stackoverflow.com/questions/8686673/how-to-know-my-app-is-uninstalled-from-the-device – Ankit Sharma Dec 11 '14 at 06:44