复制 Android 联系人生日到日历

发布于 2024-08-24 06:17:24 字数 183 浏览 4 评论 0原文

我是 HTC 纹身所有者,我正在寻找一种将联系人生日(从 Facebook 检索)复制到内置日历的方法。

我不害怕开发一个自定义应用程序,但如果有一个内置的或已经存在的应用程序,我会更高兴...

思考这件事,我意识到创建一个自定义应用程序更有趣...:P

你吗知道是否有办法读取联系人信息并将其写入日历?

I'm an htc tattoo owner, and i'm watching for a way to copy contacts' birthday (retrieved from facebook) to the built-in calendar.

I'm not afraid to develop a custom app but i'll be more happy if there's one built-in or already existing...

Thinking over this thing, i realized there's more fun creating a custom app... :P

Do you know if there's a way to read contacts' informations and write it to the calendar?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

安人多梦 2024-08-31 06:17:24

您可以检查以下链接来读取联系人数据:

http: //www.higherpass.com/Android/Tutorials/Working-With-Android-Contacts/1/

对于日历:
您需要从源构建 CalendarProvider 并安装它。它具有允许您将事件保存到日历中的 API。

You can check the following link to read contacts data :

http://www.higherpass.com/Android/Tutorials/Working-With-Android-Contacts/1/

For Calendar:
You need to build the CalendarProvider from sources and install it. It has the APIs which will allow you to save the events into the calendar.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文