Is it possible to remove the Android calendar event

后端 未结 4 1684
渐次进展
渐次进展 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 01:15

    There is no such concept as "remove local calendar's event":

    • There is no "local calendar". There is, at most, a cached representation of the user's Google Calendars.
    • The Calendar application is not part of the SDK

提交回复
热议问题