Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add data to Google calendar programmatically in android?

Tags:

android

Hi I need to add particulars to Google calendar from my application. Is it possible to add data to Google calendar? I am new to android Help me to solve this.

like image 579
Sumithran Avatar asked Jun 01 '10 10:06

Sumithran


1 Answers

I realize that this is an old thread, but for people that stumble upon it now, please note that Google Data Java Client Library (or gdata-java-client) is no longer being actively developed.

You should use the Google API Client Library for Java that has full support for Android.

It has Google Calendar Sample applications for Android. (One using ClientLogin using the Android accountmanager, and one using the more secure OAuth for authentication/authorization.

(Google doesn't recommend using ClientLogin as it's considered insecure)

like image 116
ddewaele Avatar answered Sep 28 '22 13:09

ddewaele