简体   繁体   English

如何为多个 Google 日历的活动生成和使用相同的 Google Meet 链接

[英]How to generate and use the same Google Meet link for events for multiple Google calendars

Right now I have a Google spreadsheet that will take any row of event information and create an event in the Google calendar using the Google's apps script.现在我有一个谷歌电子表格,它可以获取任何一行事件信息,并使用谷歌的应用程序脚本在谷歌日历中创建一个事件。 The script will create the same event in 3 different calendars but the problem is that the Google Meet link is different for all three events.该脚本将在 3 个不同的日历中创建相同的事件,但问题是所有三个事件的 Google Meet 链接都不同。 I need to have the link the same because I need to have all the guests from each calendar join the same link from the calendar event.我需要使用相同的链接,因为我需要让每个日历中的所有客人加入日历事件中的相同链接。

Is there a way!?有办法吗!?

Thanks谢谢

Unfortunately there is no possible way of setting the Meet link for an event programmatically as the hangoutLink field associated to a meeting is read-only.遗憾的是,由于与会议关联的hangoutLink字段是只读的,因此hangoutLink以编程方式为事件设置 Meet 链接。

This essentially means that you cannot change the Meet link associated with the event created, nor assign a custom one to it.这实质上意味着您不能更改与创建的事件关联的 Meet 链接,也不能为其分配自定义链接。

hangoutLink > An absolute link to the Google+ hangout associated with this event. hangoutLink > 指向与此活动相关联的 Google+ 环聊的绝对链接。 Read-only .只读

This is also reflected in the Apps Script methods as the CalendarEvent class does not have a method of setting the Meet link for an event.这也反映在 Apps 脚本方法中,因为CalendarEvent类没有为事件设置 Meet 链接的方法。

What you can do in this situation however is to star ★ the issue for the Calendar API on Google Issue Tracker here or create a new one in the Apps Script component here .但是,在这种情况下,您可以在此处为 Google 问题跟踪器上的日历 API 问题加星标此处在 Apps 脚本组件中创建一个新问题

Reference参考

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM