I am writing a simple Android application to filter some events from a user calendar. Questions, what is the best way to access it?
One option that comes to my mind is the Google Calendar Data API, where I will have to authenticate the user and synchronize them with the calendar in my application.
Is there a way to access the calendar via Android? This means that I will only access it locally, and Android itself will handle authentication, synchronization, etc.
source
share