Google Calender Api integration to web app using api calls

0 views
Skip to first unread message

Deepesh Shetty via StackOverflow

unread,
Jul 19, 2013, 5:55:18 AM7/19/13
to google-appengin...@googlegroups.com

Me and my team have built a document management system on top of App Engine using java . We are trying to integrate Google calender to this app . We are new to web services so is there a way to do all operation on Google calender with simple API calls ? If yes, can some one direct me to some helpful links or sample code to do so .



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/17743131/google-calender-api-integration-to-web-app-using-api-calls

RadASM via StackOverflow

unread,
Jul 19, 2013, 7:25:20 AM7/19/13
to google-appengin...@googlegroups.com

Hello you'll find everything you need about Google Calendar API on that page :

https://developers.google.com/google-apps/calendar/

There is a client API library for java, python... I've already used the java one and it's clearly explained how to use it in the documentation.

However, the service asks you to be authentified to used it. So I suggest you to have a look on OAuth2.0. https://developers.google.com/google-apps/calendar/auth

Here are some simple of using google-api-java-client for exemple : https://code.google.com/p/google-api-java-client/wiki/OAuth2



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/17743131/google-calender-api-integration-to-web-app-using-api-calls/17744829#17744829
Reply all
Reply to author
Forward
0 new messages