首页 文章

如何通过API为环聊 Session 设置标签

提问于
浏览
0

Background

我'm trying to create an appointment calendar using GSuite and Google Calendar API. When a user (no Google account and outside the GSuite organization) creates an appointment, I'm尝试通过 Google Calendar API 在组织成员的日历上创建日历事件,并生成环聊 Session 链接 .

Problem

我可以创建活动和环聊 Session 链接,但我无法为视频链接创建自定义标签 . 通过向John Doe的日历添加假电子邮件 xczczf@example.com 以获得 doe-j-xcz 的标签,我能够使其略显独特,但如果可能的话,我希望完全控制标签 .

Attempted Solutions That Didn't Work

  • 创建事件并提供带有所需标签的 conferenceData.createRequestentryPoint .

  • 首先创建事件,然后发送包含1中描述的信息的补丁

  • 更改 conferenceId

1 回答

  • 0

    搞乱API Explorer后,可以通过以下方式制作自定义标签:

    • 创建Cal事件并使用createRequest添加 Session 链接

    • 发送补丁,并将 conferenceData.conferenceId 设置为唯一标签值

相关问题