2

我正在编写一个脚本,该脚本可以抓取域内共享的所有日历。我是该域的管理员,可以获取该域中的所有用户,但我需要帮助来获取每个用户拥有的日历。

似乎针对此问题的任何现有解决方案都使用了已弃用的 Google Calendar API 版本。我试图修改原始 GET 请求:

https://www.googleapis.com/calendar/v3/users/[username]/calendarList

那没有用。我猜这是因为它是一个原始请求,没有关于身份验证的信息。

4

1 回答 1

1

截至目前,这不是一个已实现的功能:

https://code.google.com/p/google-apps-script-issues/issues/detail?id=249&q=domain%20calendar&colspec=Stars%20Opened%20ID%20Type%20Status%20Summary%20Component%20Owner

于 2013-11-12T14:34:28.520 回答