How to access the user's calendar on an Android device?

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.

+3
source share
3 answers

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.

. API- Google Calendar GData.

+4

Android, , ,

Android 2.0 ... , 2.1 2.2, , .

.

http://jimblackler.net/blog/?p=151

http://www.developer.com/article.php/3850276

PS: , , 1 .

+4

API Google Android Google API Java calendar-v2-atom-android-sample. Android /, .

Disclaimer: I am the owner of the Google API Client Library project for Java.

+1
source

Source: https://habr.com/ru/post/1777076/


All Articles