CHJani / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Request google calendar android App sample #375

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which Google API and version (e.g. Google Calendar Data API version 2)?
I use it,
google-api-java-client-1.6.0-beta.zip 
google-api-services-calendar-v3-1.3.1-beta.jar 

What format (e.g. JSON, Atom)?
JSON

What Authentation (e.g. OAuth, OAuth 2, ClientLogin)?
ClientLogin

Java environment (e.g. Java 6, Android 2.3, App Engine)?
Android 2.2

External references, such as API reference guide?

Please provide any additional information below.
In present calendar sample code, import 
com.google.api.services.calendar.CalendarClient;
But There isn't CalendarClient class in 
google-api-services-calendar-v3-1.3.1-beta.jar.
So, can't execute google calendar sample code.
I got the sample code by 
hg clone https://code.google.com/p/google-api-java-client.samples/

Original issue reported on code.google.com by yamyaong on 18 Dec 2011 at 9:04

GoogleCodeExporter commented 9 years ago
you can see the sample source code with behind link
http://code.google.com/p/google-api-java-client/source/browse/calendar-android-s
ample/src/main/java/com/google/api/client/sample/calendar/android/CalendarSample
.java?repo=samples

Original comment by yamyaong on 18 Dec 2011 at 9:29

GoogleCodeExporter commented 9 years ago
The code at the URL vrom comment 1 is apparently for a different version of the 
API. It would be most helpful to have example code and/or documentation about 
the use of the API library that is currently offered for download (as of at 
this writing, v3-1.3.1-beta).

Original comment by egcros...@gmail.com on 2 Feb 2012 at 3:36

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 14 Jan 2013 at 3:31

GoogleCodeExporter commented 9 years ago
Please take a look at the latest version of the library, current 1.12.0-beta.

Original comment by yan...@google.com on 14 Jan 2013 at 4:12