【发布时间】:2016-07-19 10:30:06
【问题描述】:
谷歌日历有这个功能叫Appointment slots
但我找不到任何 API 端点来创建预约空档。 google api 是否支持它们? 文档似乎也没有提到它。
【问题讨论】:
标签: python google-apps-script google-calendar-api google-apps
谷歌日历有这个功能叫Appointment slots
但我找不到任何 API 端点来创建预约空档。 google api 是否支持它们? 文档似乎也没有提到它。
【问题讨论】:
标签: python google-apps-script google-calendar-api google-apps
阅读 Google 的名为 "Winter Cleaning" 的博客,约会位置已于去年 2013 年 1 月 4 日停止。
“您将无法在日历上创建新的可预订时间 通过预约空档*,但现有的预约空档将 继续工作一年”。
不过,Google 在2013 年 1 月 17 日对该文章添加了更新。
“更新 2013 年 1 月 17 日:我们将继续支持日历中的预约空档 适用于所有 Google Apps for Business、Education 和 Government 客户。”
它仍然是这些用户的一项功能,但目前在 API 中没有记录对预约空档的支持。
【讨论】: