提供会议解决方案徽标
在插件清单中,您可以为插件定义的每个会议解决方案指定一个不同的 conferenceSolution[].logoUrl
。这些 conferenceSolution[].logoUrl
图片会直接在 Google 日历界面中使用,以直观地识别会议解决方案。
由于这些 logoUrl
图片会直接在 Google 日历中使用,因此出于性能方面的原因,这些图片不能托管在任何位置。它们必须位于 Google 的基础架构上。具体而言,您必须使用与该插件在 Google Workspace Marketplace 中的商品详情中使用的图标相同的图标。
如需获取可用作 conferenceSolution[].logoUrl
的图片网址,请执行以下操作:
- 打开 Google Cloud 控制台。
- 如有必要,请切换到托管您的插件的项目。
- 依次点击左上角的“菜单”图标 menu > API 和服务。
- 在底部的列表中,点击 Google Workspace Marketplace SDK。
- 选择商品详情标签页。
- 在图形资源部分,将要使用的附件图标图片作为应用图标 32x32 上传。
- 复制生成的图片网址,并将其用作
attachment.iconUrl
。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-02-16。
[null,null,["最后更新时间 (UTC):2025-02-16。"],[[["Conference solution logos within Google Calendar utilize the same icon as your add-on's Google Workspace Marketplace store listing."],["These logos must be hosted on Google's infrastructure, requiring you to upload your icon through the Google Cloud console and Google Workspace Marketplace SDK."],["This feature, originally for conference providers as calendar conferencing add-ons, lets you specify a distinct logo for each conference solution defined in your add-on manifest."]]],["Conference providers can specify distinct `logoUrl` images for each conference solution in their add-on manifest. These images visually identify the solution in Google Calendar. For performance, images must be hosted on Google's infrastructure. To obtain the correct URL, upload the desired 32x32 icon image as an \"Application Icon\" within the Google Workspace Marketplace SDK's Store Listing section of the project. Then use the resulting image URL as the `conferenceSolution[].logoUrl`.\n"]]