Getting Information from Calendar and GMail in Android

↘锁芯ラ 提交于 2019-12-13 00:13:55

问题


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.


回答1:


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).



来源:https://stackoverflow.com/questions/5587043/getting-information-from-calendar-and-gmail-in-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!