views:

341

answers:

1

Hi all I am new to android. I parsed the calendar file. I need to add events to Google calendar from my application. I am using eclipse ide. In eclipse how to use the Google calendar api? Any jar file is needed to use the calendar api?

A: 

see this question: http://stackoverflow.com/questions/2948900/2948959#2948959

Reflog
how to add google calender api / jar file in eclipse
RSSS
just add the jar to your build path (right click on project->properties->build path->libraries->add external jar).
Reflog