gpt4 book ai didi

javascript - 如何从谷歌日历 API 创建事件

转载 作者:行者123 更新时间:2023-12-01 02:44:25 25 4
gpt4 key购买 nike

我正在开发一个使用 PHP 和 javascript 编写的 Web 应用程序。在这个应用程序中,我们将一些事件存储在我们自己的数据库中。

现在,我们想要的是每当我们在应用程序中创建一个新事件时,它应该在当前登录用户的 Google 日历的 Google 日历上创建重复事件。

我们可以要求用户从他们的 Google 控制台生成 API key 。

有没有办法仅使用 API key 而不需要任何其他配置来创建 Google 日历事件。

谢谢

最佳答案

不幸的是,您的应用程序必须使用 OAuth 2.0,而不是 API key 。基于此documentation :

API keys

  • API keys should be used when API calls do not involve user data. This means the data returned for a request is the same regardless of the caller. APIs such as the Google Maps API and the Google Translation API use API keys.

Google authentication

  • Google authentication is favourable when all users have Google accounts. You may choose to use Google authentication, for example, if your API accompanies Google Apps (for example, a Google Drive companion).

由于您将访问用户数据,因此您需要实现 OAuth 2.0 身份验证。

其他引用:

关于javascript - 如何从谷歌日历 API 创建事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47344712/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com