从一个网页管理多个可编辑 google 日历。如何?
Managing multiple editable google calendars from one web page. How to?
一个网页。 Firebase 后端,vue.js 前端。
带有 100 个公寓号码的边栏。
100 个公寓,100 个个人日历,1 个 public 日历。
这些日历与任何人的私人 Google 帐户无关。这些都是按公寓号设置的。由楼宇经理管理。他们有所有的登录名和密码信息。
link 到日历的示例 gmail 帐户名称:
myapartmetncomplex123-个人@gmail.com
myapartmetncomplex123-public@gmail.com
示例:
垃圾收集移至下午 5 点。每个人的日历上都有。 (Public)
234 号公寓:2:30PM 有水管工来。 (个人)
Google 有 "google business",但想知道我是否可以使用标准 google 工具、交换 cookie 或类似工具来设置它。一直在玩那个场景。
感谢您的输入! :-)
AFAIK,只要它是 public 或授权用户正在访问日历,这是可能的。您可以查看 Overview of the Calendar API:
Each user is associated with a primary calendar and a number of other calendars that they can also access. Users can create events and invite other users, as shown in the following diagram:
相关参考:
一个网页。 Firebase 后端,vue.js 前端。
带有 100 个公寓号码的边栏。
100 个公寓,100 个个人日历,1 个 public 日历。
这些日历与任何人的私人 Google 帐户无关。这些都是按公寓号设置的。由楼宇经理管理。他们有所有的登录名和密码信息。
link 到日历的示例 gmail 帐户名称:
myapartmetncomplex123-个人@gmail.com
myapartmetncomplex123-public@gmail.com
示例:
垃圾收集移至下午 5 点。每个人的日历上都有。 (Public)
234 号公寓:2:30PM 有水管工来。 (个人)
Google 有 "google business",但想知道我是否可以使用标准 google 工具、交换 cookie 或类似工具来设置它。一直在玩那个场景。
感谢您的输入! :-)
AFAIK,只要它是 public 或授权用户正在访问日历,这是可能的。您可以查看 Overview of the Calendar API:
Each user is associated with a primary calendar and a number of other calendars that they can also access. Users can create events and invite other users, as shown in the following diagram:
相关参考: