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.
| Surface | Note |
|---|---|
| mcp-apps | renders sample data — live Google Workspace data requires an Apps Script deployment |
| 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": [
"google-apps-script-web",
"mcp-apps"
],
"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 an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →