Google Api:如何检索日历的私人地址或 Magic Cookie

发布于 2024-11-24 14:28:40 字数 311 浏览 0 评论 0原文

我正在尝试使用 Google API 检索 Google 日历的“私人地址”。

私有地址不仅包括日历地址,还包括 Magic Cookie 允许无需身份验证即可访问私人日历。

从浏览器中,打开日历设置并复制带有所需 Magic Cookie 的 URL 非常容易,但我正在为组织创建大量日历,并且确实需要能够使用 API 捕获此信息。

I am trying to retrieve the "Private Address" of a google calendar using the Google API.

The private address includes not only the calendar address, but also a Magic Cookie to allow access to a private calendar without authenticating.

From a browser, it is easy enough to open the calendar settings and copy the URL with the required Magic Cookie, but I am creating a large number of calendars for an organization and really need to be able to capture this information using the API.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

意犹 2024-12-01 14:28:40

看来我们运气不好 http://markmail.org/message/fkqu62uyrmtfb3y4#query:+page:1+mid:4gymer5r4qn6qbdm+state:results

出于安全原因,魔法 cookie 不会通过 API 公开,
它只能通过直接进入日历 UI 来检索。

looks like no luck for us http://markmail.org/message/fkqu62uyrmtfb3y4#query:+page:1+mid:4gymer5r4qn6qbdm+state:results

The magic cookie is not exposed through the API for security reason,
it can only be retrieved from going directly into the Calendar UI.

前事休说 2024-12-01 14:28:40

以编程方式自行构造 URL:

https://www.google.com/calendar/feeds/*userID*/private-*magicCookie*/basic

Construct the URL yourself programmatically:

https://www.google.com/calendar/feeds/*userID*/private-*magicCookie*/basic
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文