jainshravan123 / google-api-java-client

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

calendar api v3 servlet sample #612

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which Google API and version (e.g. Google Calendar Data API version 2)?
V3

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

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

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

External references, such as API reference guide?
calendar api v3 

Please provide any additional information below.
I refer to the page:https://developers.google.com/google-apps/calendar/firstapp 
,but I am not able to create my first app, beacuse some library can't be found 
in v3, and the sample is only a part of the code. For example, how to create a 
calendar service?"Event recurringEvent = service.events().insert("primary", 
event).execute();" What's the 'service'? And the samples of this project are 
still using v2 api. Could you show me just how to creat an event use api v3 
with Simple Assess key and with Oauth 2.0?  Thank you very much!

Original issue reported on code.google.com by enhua2...@gmail.com on 24 Sep 2012 at 9:19

GoogleCodeExporter commented 9 years ago
Sorry, I forgot to told you I want a java sample.

Original comment by enhua2...@gmail.com on 24 Sep 2012 at 9:30

GoogleCodeExporter commented 9 years ago

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