Link 添加 public Google 日历到我们的日历视图
Link to add public Google calendar to our calendar view
我们愿意将我们的日历分享给public,以便口译员和公司可以将日历添加到他们自己的个人日历视图中。
我们知道每个日历都可以制作 public 并且有自己的 link,就像我们的一样:
https://calendar.google.com/calendar/ical/pt1fre4229hs8ddfd8uq0no78g%40group.calendar.google.com/private-fa9e2ac63d62d57ca70f3650ac29682b/basic.ics
但是,单击此 link 不会产生任何有用的结果。
我们想要一个 HTML link,点击后会转到此人的 Google 日历视图,并将此日历添加到他们的日历列表中。
这可能吗?
首先确保您的日历是 public 然后执行以下步骤:
- 转到您的日历设置。
请注意 嵌入此日历 部分。您会看到 iframe 的一些 html 代码,例如:
复制 src:
中的 link
https://calendar.google.com/calendar/embed?src=classroom123456789%40group.calendar.google.com
这就是您要找的link。
像这样创建一个 link,使用您希望共享的 Google 日历 ID:
https://calendar.google.com/calendar/r?cid=THE_GOOGLE_CALENDAR_ID_YOU_WISH_TO_SHARE
似乎找不到任何关于它的文档,但这正是 OP 所要求的,即 "add this calendar to [a user's] calendar list"。所以在 OP 的情况下,这个 link 应该可以解决问题:
https://calendar.google.com/calendar/r?cid=pt1fre4229hs8ddfd8uq0no78g%40group.calendar.google.com
在桌面 PC 上单击上面的 link(或将其粘贴到网络浏览器中)将打开用户的 Google 日历,并提示:"Add calendar - Freelensia Interpreter Events (Vietnam)? CANCEL / ADD" 因此用户只需单击 "ADD" 即可订阅日历。
我的 Google 日历 ID 在哪里?
- 在Google日历界面,找到左侧的"My calendars"区域。
- 将鼠标悬停在您需要的日历上,然后单击垂直省略号(三个垂直点)。
- 将出现一个菜单。单击 "Settings and sharing"。
- 在屏幕的 "Integrate calendar" 部分,您将看到您的日历 ID。它看起来像 "abc123@group.calendar.google.com".
我们愿意将我们的日历分享给public,以便口译员和公司可以将日历添加到他们自己的个人日历视图中。
我们知道每个日历都可以制作 public 并且有自己的 link,就像我们的一样: https://calendar.google.com/calendar/ical/pt1fre4229hs8ddfd8uq0no78g%40group.calendar.google.com/private-fa9e2ac63d62d57ca70f3650ac29682b/basic.ics
但是,单击此 link 不会产生任何有用的结果。
我们想要一个 HTML link,点击后会转到此人的 Google 日历视图,并将此日历添加到他们的日历列表中。
这可能吗?
首先确保您的日历是 public 然后执行以下步骤:
- 转到您的日历设置。
请注意 嵌入此日历 部分。您会看到 iframe 的一些 html 代码,例如:
复制 src:
中的 linkhttps://calendar.google.com/calendar/embed?src=classroom123456789%40group.calendar.google.com
这就是您要找的link。
像这样创建一个 link,使用您希望共享的 Google 日历 ID:
https://calendar.google.com/calendar/r?cid=THE_GOOGLE_CALENDAR_ID_YOU_WISH_TO_SHARE
似乎找不到任何关于它的文档,但这正是 OP 所要求的,即 "add this calendar to [a user's] calendar list"。所以在 OP 的情况下,这个 link 应该可以解决问题:
https://calendar.google.com/calendar/r?cid=pt1fre4229hs8ddfd8uq0no78g%40group.calendar.google.com
在桌面 PC 上单击上面的 link(或将其粘贴到网络浏览器中)将打开用户的 Google 日历,并提示:"Add calendar - Freelensia Interpreter Events (Vietnam)? CANCEL / ADD" 因此用户只需单击 "ADD" 即可订阅日历。
我的 Google 日历 ID 在哪里?
- 在Google日历界面,找到左侧的"My calendars"区域。
- 将鼠标悬停在您需要的日历上,然后单击垂直省略号(三个垂直点)。
- 将出现一个菜单。单击 "Settings and sharing"。
- 在屏幕的 "Integrate calendar" 部分,您将看到您的日历 ID。它看起来像 "abc123@group.calendar.google.com".