简体   繁体   English

Google Calender Api使用api调用与Web应用程序集成

[英]Google Calender Api integration to web app using api calls

Me and my team have built a document management system on top of App Engine using java . 我和我的团队使用java在App Engine上构建了一个文档管理系统。 We are trying to integrate Google calender to this app . 我们正在尝试将Google日历整合到此应用中。 We are new to web services so is there a way to do all operation on Google calender with simple API calls ? 我们是网络服务的新手,所以有没有办法通过简单的API调用在Google日历上进行所有操作? If yes, can some one direct me to some helpful links or sample code to do so . 如果是的话,有人可以指导我一些有用的链接或示例代码。

Hello you'll find everything you need about Google Calendar API on that page : 您好,您将在该页面上找到有关Google Calendar API的所有信息:

https://developers.google.com/google-apps/calendar/ 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. 有一个用于java的客户端API库,python ...我已经使用过java了,它清楚地解释了如何在文档中使用它。

However, the service asks you to be authenticated to use it. 但是,该服务会要求您进行身份验证以使用它。 So I suggest you to have a look on OAuth2.0. 所以我建议你看看OAuth2.0。 https://developers.google.com/google-apps/calendar/auth https://developers.google.com/google-apps/calendar/auth

Here are some samples of using google-api-java-client for exemple : https://code.google.com/p/google-api-java-client/wiki/OAuth2 以下是一些使用google-api-java-client的示例: https//code.google.com/p/google-api-java-client/wiki/OAuth2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在webapp-runner中运行的对Heroku Web-app的API调用最终失败,并出现google.common中的NoSuchMethodError和NoClassDefFoundError - API calls to Heroku web-app running in webapp-runner eventually fail with NoSuchMethodError then NoClassDefFoundError in google.common 如何在Java GWT应用程序中使用Google Calender API - How to use google Calender API in java gwt application 用Appium阅读app的api调用 - Read api calls of app with Appium 通过Android应用程序使用Steam Web API - Using Steam Web API from an Android app 使用TwitterApiClient类从Android应用程序进行REST API调用 - Making REST API calls from an Android app using TwitterApiClient class 是否可以使用 Google Fit REST API 在同一网络应用程序中聚合来自多个用户的健身数据? - Is it possible to aggregate fitness data from multiple users in the same web app using the Google Fit REST API? 在 android 应用程序上对谷歌 api 使用 O Auth - Using O Auth for google api on android app 使用Google Drive API备份我的应用 - Using Google Drive API to backup my app 如何使用Java EWS API删除整个Exchange Calender活动? - How to delete the entire Exchange Calender activities using Java EWS api? Java Web项目与Dropbox API的集成 - Java Web project Integration with Dropbox API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM