任何人都可以提供一个教程或示例,说明如何使用 sqlite 数据库将事件添加到数据库并反过来将它们添加到用户日历中。
谢谢你。
一些数据库教程在这里http://www.vogella.com/articles/AndroidSQLite/article.html
您可以通过内容提供者将事件添加到日历中。但它从 api 级别 14 开始可用。这里是教程http://developer.android.com/guide/topics/providers/calendar-provider.html
在较旧的 android 版本中,您可以使用意图打开日历。它不会将事件插入日历,但会打开日历应用程序并填写一些字段。http://developer.android.com/guide/topics/providers/calendar-provider.html#intent-insert