提供附件图标
借助日历插件,开发者可以使用 EventAttachmentTrigger 向日历活动添加自定义附件。这些自定义附件可以选择指定图片网址,该网址会显示为日历活动中的附件图标。由于这些图片会直接在 Google 日历中使用,因此您必须将其托管在 Google 的基础架构上。具体而言,您必须使用与 Google Workspace Marketplace 商家信息中显示的插件图标相同的图标。
如需获取可用作 attachment.iconUrl
的图片网址,请执行以下操作:
- 打开 Google Cloud 控制台。
- 如有必要,请切换到托管您的插件的项目。
- 依次点击左上角的“菜单”图标 menu > API 和服务。
- 在底部的列表中,点击 Google Workspace Marketplace SDK。
- 选择商品详情标签页。
- 在图形资源部分,将要使用的附件图标图片作为应用图标 32x32 上传。
- 复制生成的图片网址,并将其用作
attachment.iconUrl
。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-21。
[null,null,["最后更新时间 (UTC):2024-12-21。"],[[["Calendar add-ons allow developers to add custom attachments with optional icons to Calendar events using the EventAttachmentTrigger."],["Attachment icons must be hosted on Google's infrastructure and be the same icon used for the add-on's Google Workspace Marketplace store listing."],["To obtain the image URL for attachment icons, developers need to upload the icon as an \"Application Icon 32x32\" in the Google Cloud console's Google Workspace Marketplace SDK Store Listing section and use the resulting URL."]]],[]]