简体   繁体   中英

How to use google Calender API in java gwt application

I am working on some project. I want to use google calender api in my project. I searched google for google calender API but i did not get user friendly information. So could you help me for which jar shall i include in my project to use calender API with java gwt. and any example which helps how to use google Calender API. Any help?

Thanks in advance

The Google API Client Library for Java does not support Google Web Toolkit (GWT), Java mobile (ME), and Java 1.4 (or earlier) and it supports Java 5 or higher, standard (SE) and enterprise (EE), Google App Engine and Android 1.5 or above.

Google uses REST and OAuth2.

Read this for getting OAuth2 authentication token oauth 2.0 gwt access token and google calendar api

Use RequestBuilder and access the calendar api as a rest service

References:

http://www.gwtproject.org/javadoc/latest/com/google/gwt/jsonp/client/JsonpRequestBuilder.html

https://developers.google.com/gdata/docs/json?csw=1#Request

Hope it helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM