views:

71

answers:

1

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 process or want to remove events using gdata api.

I only want to remove a local calendar event.

A: 

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
CommonsWare