Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Calendar Api for Android

I would like to create an application for Android devices that uses the Google Calendar Api. However, I got confused with the api because of the different information from all the forums and articles that I have read. My question is this, does a Google Calendar Api for Android really exists? Because it seems like this api has little known documentations. Second, if there is, is it possible to pass data directly from an application from a device to the web?

like image 597
wacko Avatar asked Apr 13 '13 19:04

wacko


1 Answers

The official Android Calendar Provider and API has quite a bit of documentation behind it, however it was only introduced in Ice Cream Sandwich (API v14) so much of the online search results may be referring to the manufacturer specific Calendar APIs they created prior to ICS or the Google Calendar API (which is not Android specific or integrated into Android).

like image 106
ianhanniballake Avatar answered Oct 13 '22 23:10

ianhanniballake