1

I'm trying to make an application that manages the internal Android calendar, but I want to know if I can delete or create new calendars. (I know about the calendar's events but not about the calendars.) Can you help me with examples or documentation?

apaderno
  • 28,547
  • 16
  • 75
  • 90
Dagosi
  • 948
  • 2
  • 11
  • 25

1 Answers1

0

Some code on how to read calendars and their events here. You should also be able to write to the Calendar ContentProvider.

But remember there is no official Calendar API. Any code working today or on a certain device can break in the future or on other devices.

Have a look at this question

Community
  • 1
  • 1
thaussma
  • 9,756
  • 5
  • 44
  • 46
  • I saw this documentation before, but I need to know how to delete and create Calendars, not events. Thanks anyway. – Dagosi Jul 05 '11 at 16:15