从 Android 中的日历和 GMail 获取信息
是否可以通过网络或 Gmail 应用程序或 Android 上的日历应用程序访问 Gmail 中的日历?首先我只是想知道这是否可能。我正在尝试制作一个日历应用程序以供练习。
Is there away to access your calendar in Gmail either through the web or the gmail app, or maybe the calendar app on the android? First i'm just trying to find out if this is possible. I'm trying to make a calendar app for practice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好的选择是使用 google-api-java-client API直接从网络服务中提取数据。可以通过手机上的内容提供程序访问日历,但由于它不是 Android SDK 的一部分,因此不能保证它可以在所有设备上运行(或者可以在该平台的未来版本上运行)。
Your best bet is to use the google-api-java-client API to pull the data directly from the web services. It is possible to access the calendar through the content provider on the phone, but since it's not part of the Android SDK, there's no guarantee that it will work on all devices (or that it will work on future versions of the platform).