I wanted to try out google calendar API v3. I have Android Studio 1.0. I 
created a java endpoint module from Android Studio. I was following the 
official documentation here 
<https://developers.google.com/google-apps/calendar/v3/reference/calendarList/get>
 
If you follow the link I provided, you will see a line like this

Calendar service = new Calendar.Builder(httpTransport, jsonFactory, 
credentials) .setApplicationName("applicationName").build();

Now what will be the httpTransport, jsonfactory and credentials here? 
Official Documentation did not specify anything.

I also followed a sample in java from here 
<http://samples.google-api-java-client.googlecode.com/hg/calendar-appengine-sample/instructions.html>
. 
This was done using Java Servlet and Eclipse. I am not familiar with that. 
It wont work on Android Studio.

Can anyone provide me a sample? or any direction to work with Calender API 
and Android Studio?? Or what to do in the Official sample mentioned above?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to