提供會議解決方案標誌
在外掛程式資訊清單中,您可以為外掛程式定義的每個會議解決方案指定不同的 conferenceSolution[].logoUrl
。這些 conferenceSolution[].logoUrl
圖片會直接用於 Google 日曆使用者介面,以便視覺辨識會議解決方案。
由於這些 logoUrl
圖片會直接用於 Google 日曆,因此基於效能考量,這些圖片無法託管在任何位置。必須位於 Google 基礎架構中。具體來說,您必須使用與外掛程式 Google Workspace Marketplace 商店資訊相同的圖示。
如要取得可用於 conferenceSolution[].logoUrl
的圖片網址,請按照下列步驟操作:
- 開啟 Google Cloud 控制台。
- 視需要切換至代管外掛程式的專案。
- 依序按一下左上方的「選單」圖示 menu >「API 和服務」。
- 在底部的清單中,按一下「Google Workspace Marketplace SDK」。
- 選取「商店資訊」分頁。
- 在「圖像資源」部分中,上傳所需的附件圖示圖片,並設為「32x32 應用程式圖示」。
- 複製產生的圖片網址,並將其用作
attachment.iconUrl
。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-02-16 (世界標準時間)。
[null,null,["上次更新時間: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"]]