复制 Android 联系人生日到日历
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以检查以下链接来读取联系人数据:
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.