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.