Stay organized with collections
Save and categorize content based on your preferences.
Calendar add-ons let developers add custom attachments to Calendar events
through the use of the
EventAttachmentTrigger.
These custom attachments can optionally specify an image URL which is displayed
as the attachment's icon inside of the Calendar event. Since these images are
used within Calendar directly, you must host them on Google's infrastructure.
Specifically, you must use the same icon that you use for the add-ons
Google Workspace Marketplace
store listing.
To obtain an image URL that can be used as the attachment.iconUrl:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-19 UTC."],[[["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."]]],[]]