将 android 1.6 日历字段提取到 vcal
我想提取 android 1.6 日历字段并将它们放入 vcalendar 文件中 我的问题是我无法在数据库中找到某些字段,例如:DTSTAMP UID LAST-MODIFIED SEQUENCE
有人知道如何找到它们吗?
谢谢!
I want to extract android 1.6 calendar fields and put them into a vcalendar file
my problem is that i can't find some fields in the database like: DTSTAMP UID LAST-MODIFIED SEQUENCE
does anyone have a clue on how to find them?
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Google Calendar GData API 访问用户的日历数据。日历应用程序只是该数据的缓存,它不是 Android SDK 的一部分。
Use the Google Calendar GData API to access the user's calendar data. The Calendar application is simply a cache of that data, and it is not part of the Android SDK.