# Calendar Upcoming

List of upcoming events from the user's primary calendar. Works on Google Apps Script only.

## Surfaces

google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| max_results | integer (optional). Maximum number of upcoming events to show. Default is 5. |

## Example payload

```json
{
  "type": "calendar_upcoming"
}
```

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