Is it possible to remove the Android calendar event

后端 未结 4 1697
渐次进展
渐次进展 2021-01-28 00:14

I am using the Android calendar. How can I remove a calendar event using code? Is it possible?

For clarification, I would like to mention that I don\'t want a sync proce

4条回答
  •  佛祖请我去吃肉
    2021-01-28 00:50

    Though it is not part of the SDK you can access it, but access it at your own risk since it is not supported. A good tutorial that I followed are these links:

    http://www.developer.com/ws/article.php/3850276/Working-with-the-Android-Calendar.htm (dead link)

    http://jimblackler.net/blog/?p=151&cpage=2#comments

    http://android-codes-examples.blogspot.com/2011/02/insertion-and-deletion-of-calendar.html

    http://hanscappelle.blogspot.com/2011/03/android-calendar-api-glitches.html

    some good sample code: http://pastebin.com/jpnqTp1n

提交回复
热议问题