Today's events from the user's default Google Calendar, displayed as a compact timeline with time and location. Automatically shows today's date in the header.
| Field | Type | |
|---|---|---|
| title | string. Card heading. Default is "Today's Schedule". | optional |
| max_results | integer. Maximum events to show. Default 8. | optional |
{
"type": "calendar_today"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:calendar_today",
"displayName": "Calendar Today",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/calendar_today",
"capabilities": [
"apps-script-web"
],
"description": "Today's events from the user's default Google Calendar, displayed as a compact timeline with time and location. Automatically shows today's date in the header.",
"representativeQueries": [
"show a today's calendar events from the user's default calendar",
"today's events from the user's default google calendar, displayed as a compact timeline with time an",
"render a calendar today"
]
}
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 →