# 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-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| title | string (optional). Card heading. Default is "Today's Schedule". |
| max_results | integer (optional). Maximum events to show. Default 8. |

## Example payload

```json
{
  "type": "calendar_today"
}
```

Live page: https://a2uicatalog.ai/atoms/calendar_today/
Full field contract: https://a2uicatalog.ai/spec.json
