List of upcoming events from the user's primary calendar. Works on Google Apps Script only.
| Field | Type | |
|---|---|---|
| max_results | integer. Maximum number of upcoming events to show. Default is 5. | optional |
{
"type": "calendar_upcoming"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:calendar_upcoming",
"displayName": "Calendar Upcoming",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/calendar_upcoming",
"capabilities": [
"apps-script-web"
],
"description": "List of upcoming events from the user's primary calendar. Works on Google Apps Script only.",
"representativeQueries": [
"show a list of upcoming calendar events",
"list of upcoming events from the user's primary calendar. works on google apps script only.",
"render a calendar upcoming"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →