问题描述
我写简单的Android应用程序过滤从用户的日历中的某些活动。问题是,什么是访问的最佳方法是什么?
一个选项,在我脑海是通过谷歌日历数据API,我将不得不对用户进行认证,并在我的应用程序中的日历进行同步。
有没有办法通过Android的访问日程?这意味着我将只访问本地和Android本身将处理认证,同步等。
有这样做的没有形成文件,并支持方式。请使用谷歌日历的GData API。
I'm writing simple Android app to filter some events from user's calendar. The questions is, what is the best way to access it?
One option that comes to my mind is through Google Calendar Data API where I will have to authenticate the user and synchronize with the calendar in my app.
Is there any way to access the calendar through Android? Meaning that I will only access it locally and Android itself will handle the authentication, synchronization, etc.
There is no documented and supported way of doing this. Please use the Google Calendar GData API.
这篇关于如何访问用户的日历上的Android设备?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!