me , team have built document management system on top of app engine using java . trying integrate google calender app . new web services there way operation on google calender simple api calls ? if yes, can 1 direct me helpful links or sample code .
hello you'll find need google calendar api on page :
https://developers.google.com/google-apps/calendar/
there client api library java, python... i've used java 1 , it's explained how use in documentation.
however, service asks authenticated use it. suggest have on oauth2.0. https://developers.google.com/google-apps/calendar/auth
here samples of using google-api-java-client exemple : https://code.google.com/p/google-api-java-client/wiki/oauth2
Comments
Post a Comment