我们正在开发Android日历应用。问题是我们想要获取其他日历的事件并将它们分享给他们。正如我所读到的,这是由内容提供商实现的。
问题是日历内容提供商所需的API级别是API 14,我们需要在API 7(Android 2.1)中使用它。我见过Android 2.1中的应用程序。
我们如何实现这一目标?
答案 0 :(得分:4)
日历提供程序已存在,但API在API级别14之前未公开,并且权限可能因设备而异。以下是一些示例:Is there a way to access the calendar's entries without using gdata-java-client?