简体   繁体   English

我可以使用核心 php 生成 google meet 链接吗

[英]Can i generate google meet link using core php

I am working on an education website where teachers need to generate google meet link for student for 1v1 class. The solutions I am seeing on inte.net is to linking google calendar etc. I am confused what to do.我在一个教育网站上工作,教师需要为 1v1 class 的学生生成 google 会议链接。我在 inte.net 上看到的解决方案是链接 google 日历等。我很困惑该怎么做。 I just want to generate simple google meet meeting link through my website which is coded in PHP.我只想通过我的网站生成简单的 google meet 会议链接,该网站的编码为 PHP。

As of the date of this answer there is no direct API for Google Meet, meaning, there's not an option to create a Google Meet link without creating a calendar event first.截至本答案发布之日,Google Meet 没有直接的 API,这意味着,如果不先创建日历活动,就无法创建 Google Meet 链接。

There's a Feature Request for this very same request, where it was stated:这个非常相同的请求有一个功能请求,其中声明:

"... As you are aware there is currently no Meet API, real-time or otherwise, and while this has been considered, there are no immediate plans to implement one. Therefore, implementing a direct Meet API has been deemed infeasible. This issue is going to be closed for now, however, please do continue to "star" it if you would like to see something like this implemented..." “...正如您所知,目前没有实时或其他方式的 Meet API,虽然已经考虑过这一点,但没有立即实施的计划。因此,实施直接 Meet API 被认为是不可行的。这问题现在将被关闭,但是,如果您希望看到这样的实现,请继续“加注星标”……”

An alternative to this could be to create a bot that creates the Google Calendar event along with its link, grab the event link and then delete the event.另一种方法是创建一个机器人来创建 Google 日历事件及其链接,获取事件链接,然后删除该事件。

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

相关问题 如何生成一个动态的PHP链接用于邀请 - How can i generate a dynamic php link for use with invites 未通过 Google Calendar API (PHP) 自动创建 Google 日历会议链接 - Google calendar meet link not being created automatically via Google Calendar API (PHP) 我可以使用php重定向到内部链接吗? - can i redirect to an internal link using php? 如何在没有Google帐户的情况下通过权限ID打开或生成Google文档的共享链接? - How can I open or generate a shared link for Google Docs by permissions IDs without a Google Account? 使用cURL和php生成付款链接 - Generate payment link using cURL and php 我正在尝试跳过“Google Drive 无法扫描此文件中的病毒”并直接生成下载链接 - I am trying to skip 'Google Drive can't scan this file for viruses' and directly generate the download link 使用核心 php 在 Firebase 上创建动态链接 - Create dynamic link on Firebase using core php 如何使用PHP动态生成PDF? - How can I reduce time to generate PDF dynamically using PHP? 如何使用PHP生成大型随机令牌 - How can I generate a large random token using PHP 如何使用 mysql 和 php 生成特定的数据结构 - How can I generate specific data structure using mysql and php
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM