Calendar Today

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.

Surfaces
apps-script-web
Fields
FieldType
titlestring. Card heading. Default is "Today's Schedule".optional
max_resultsinteger. Maximum events to show. Default 8.optional
Example payload
{
  "type": "calendar_today"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →