开发者

Can I create or delete an Android calendar from a custom application?

开发者 https://www.devze.com 2023-03-17 23:37 出处:网络
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\'开发者_如何学Cs events but not ab

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'开发者_如何学Cs events but not about the calendars.) Can you help me with examples or documentation?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消