获取用户时区信息的最低范围

Lowest scope to get user Timezone information

我们正在尝试访问用户或 his/her 主日历的时区。

执行此操作的最低范围是什么?目前我们正在使用 "https://www.googleapis.com/auth/calendar.readonly"

如果我们查看主要 scopes 文档,它会说。

See the title, description, default time zone, and other properties of Google calendars you have access to

问题是它是一个敏感范围,我们宁愿使用非敏感范围。有办法吗?

非常感谢您。

如果您查看 calendars.get 的文档,您会发现您需要使用以下范围之一

提供最少访问权限的最低范围将是https://www.googleapis.com/auth/calendar.readonly此范围将使您能够读取用户帐户上的所有内容但不能进行任何更改。

如果您想使用 calendar.get 方法,您只有两个选择。完整的读取范围或只读范围。您需要接受这是一个敏感范围。