从 Android 中的日历和 GMail 获取信息

发布于 2024-10-30 18:42:56 字数 93 浏览 0 评论 0原文

是否可以通过网络或 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 技术交流群。

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

发布评论

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

评论(1

×纯※雪 2024-11-06 18:42:56

最好的选择是使用 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).

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