简体   繁体   English

使用替代运行时的会议解决方案的 Google 日历插件未出现在下拉列表中

[英]Google calendar add-on for conference solutions using alternative runtimes doesn't appear in dropdown

I followed all the steps, by creating google cloud project, enabled the Google Workspace Marketplace SDK and in Alternate Runtimes tab enabled the Add-ons API. I created a new deployment for the add-on and the configuration looks like below:我遵循了所有步骤,通过创建谷歌云项目,启用了 Google Workspace Marketplace SDK,并在备用运行时选项卡中启用了附加组件 API。我为附加组件创建了一个新部署,配置如下所示:

{

  "oauthScopes": [
"https://www.googleapis.com/auth/calendar.addons.execute", "https://www.googleapis.com/auth/calendar.events.readonly", "https://www.googleapis.com/auth/calendar.addons.current.event.write", "https://www.googleapis.com/auth/script.external_request", "https://www.googleapis.com/auth/script.scriptapp"],

  "addOns": {
    "common": {
      "name": "Waitroom develop addon",
      "logoUrl": "https://lh3.googleusercontent.com/-WuPhRsFGKUc/XCng7m_FIxI/AAAAAAAAAGg/ASH4GCGDMs0d55OZQGCSIQHXjRAKnkeTQCLcBGAs/s400/jitsi-logo-96x96.png"
    },
    "calendar": {
      "conferenceSolution": [{
        "onCreateFunction": "https://wormhole.develop.waitroom.com/v1.0/google/calendar/create-session",
        "id": "1",
        "name": "Waitroom test",
        "logoUrl": "https://lh3.googleusercontent.com/pw/AM-JKLUkiyTEgH-6DiQP85RGtd_BORvAuFnS9katNMgwYQBJUTiDh12qtQxMJFWYH2Dj30hNsNUrr-kzKMl7jX-Qd0FR7JmVSx-Fhruf8xTPPI-wdsMYez6WJE7tz7KmqsORKBEnBTiILtMJXuMvphqKdB9X\u003ds128-no"
      }],
      "eventUpdateTrigger": {
        "runFunction": "https://wormhole.develop.waitroom.com/v1.0/google/calendar/update-session"
      },
      "currentEventAccess": "READ_WRITE"
    }
  }
}

So the issue is after installing the add-on.所以问题是在安装附加组件之后。 The add-on appears in the calendar on the sidebar but the add-on doesn't appear in dropdown.附加组件出现在侧边栏的日历中,但未出现在下拉列表中。 Refer the screenshots and the video for more details.有关详细信息,请参阅屏幕截图和视频。

Add-on appear on sidebar Add-on doesn't appear in dropdown附加组件出现在侧边栏上附加组件未出现在下拉列表中

I tried reaching out to google support however failed to get the issue resolved.我尝试联系谷歌支持,但未能解决问题。 I made sure the suggestions from the support were followed, refer to screenshot below for the suggestions from google support.我确保遵循支持的建议,请参阅下面的屏幕截图以获取来自谷歌支持的建议。 google support response谷歌支持响应

I was expecting to see the add-on to appear in the conference solutions dropdown when creating an event in google calendar.在谷歌日历中创建活动时,我期待看到该附加组件出现在会议解决方案下拉列表中。

Contacting the google workspace support further confirmed that using any other language to develop the add-on this won't be visible in the conference solution section in Calendar.联系 google workspace 支持进一步确认使用任何其他语言开发附加组件,这在日历的会议解决方案部分中是不可见的。 The solution is to create the add-on using Apps Script.解决方案是使用 Apps 脚本创建插件。

The response from google workplace support was:谷歌工作场所支持的回应是:

After checking some details here, I can confirm that if you are using any other language to develop the add-on this won't be visible in the conference solution section in Calendar.在这里检查了一些细节后,我可以确认,如果您使用任何其他语言来开发附加组件,这将不会在日历的会议解决方案部分中显示。 The solution is to create the add-on using Apps Script.解决方案是使用 Apps 脚本创建插件。 We have tested this behavior and using the Add-on development in Apps Script is recognized in the calendar web UI.我们已经测试了此行为,并在日历 web UI 中识别了在 Apps 脚本中使用插件开发。

谷歌工作区联系回复

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

相关问题 无法从 Google 日历中的会议解决方案下拉菜单中使用 3rd 方会议解决方案创建会议 - Cannot create conference with 3rd party Conference Solution from conference solutions Dropdown in Google Calendar 将会议添加到事件 Google 日历 API - Add conference to event Google Calendar API 使用应用程序脚本在谷歌日历插件中输入密码类型 - Password input type in google calendar add-on using apps script 我可以在 Google 日历插件中添加搜索框吗? - Can I add a search box in Google Calendar add-on? 使用 python 创建有会议的活动,Google 日历 API 创建活动而不是会议 - Create an event with conference using python and Google Calendar API creates the event but not the conference 如何为谷歌日历创建插件? 是否可以? - How can I create add-on for google calendar? Is it possible? 谷歌日历插件:如何实现“全选”复选框? - Google Calendar add-on: how to implement a “select all” checkbox? 无法实施第三方 Google 日历会议插件 - Unable to implement third-party Google Calendar Conferencing Add-on 谷歌日历:通过短信添加日历链接,不需要谷歌登录 - Google Calendar: Add-to-calendar link over SMS that doesn't require Google Sign In 像这样如何发布日历的附件? - How to publish an Add-On for Calendar as such?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM