【问题标题】:I need to create new google meet link but without creating event in google calendar. I tried creating link with google calendar api我需要创建新的 google meet 链接,但没有在 google 日历中创建活动。我尝试使用 google calendar api 创建链接
【发布时间】:2021-06-03 10:23:06
【问题描述】:
result=self.gmeet_service.events().insert(calendarId='primary',body=event,conferenceDataVersion=1).execute()

我需要谷歌日历中没有活动的链接

【问题讨论】:

    标签: google-calendar-api google-meet


    【解决方案1】:

    答案:

    Google Meet 没有直接的 API,因此目前无法在不创建日历事件的情况下创建 Google Meet 链接。

    功能要求:

    但是,您可以让 Google 知道这是一项对于访问他们的 API 很重要的功能,并且您想请求他们实施它。

    Google 的Issue Tracker 是开发人员报告问题并为其开发服务提出功能请求的地方,我强烈建议您在那里提出功能请求。我认为提交此文件的最佳组件是Google Chat component,因为目前没有 Google Meet API,但在填写表格时说明这是为了以编程方式创建 Meet 的 Google Meet API房间。

    【讨论】:

      【解决方案2】:

      如果没有创建 google 日历活动,就无法获得 google meet 链接,因为没有 没有 Google Meet API,我们必须执行所有 CRUD 操作在谷歌日历本身上。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2022-11-19
        相关资源
        最近更新 更多