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
google-apps-script-webmcp-apps ⚠
Degraded on
SurfaceNote
mcp-appsrenders sample data — live Google Workspace data requires an Apps Script deployment
Live preview
📅 Today's Calendar
Live calendar events require Google Calendar auth (max 5).
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": [
    "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"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

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 →