c# - 谷歌 API : How do I retrieve a Calendar's Private Address or Magic Cookie

标签 c# google-api google-calendar-api

我正在尝试使用 Google API 检索谷歌日历的“私有(private)地址”。

私密地址不仅包括日历地址,还有一个Magic Cookie允许在不进行身份验证的情况下访问私有(private)日历。

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

最佳答案

看来我们运气不好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.

关于c# - 谷歌 API : How do I retrieve a Calendar's Private Address or Magic Cookie,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6719319/

相关文章:

c# - 检查当前用户是否活跃?

C#- XML 文档在其他项目中不可用

ruby-on-rails - Google 日历服务帐户 API 导致授权无效

c# - 两个网站,相同的 url,相同的 cookie

c# - 使用前检查通用列表中的项目

java - SpreadsheetEntry.getKey() 返回前面带有 'spreadsheet%3A' 的键

charts - 使用谷歌图像图表设置轴范围

oauth-2.0 - 如何从服务帐户获取刷新 token

javascript - 如何将 Google Calendar API 与 React JS 集成?

rest - 在 Delphi 中哪里将访问 token 附加到 google REST 请求?