Calendar Upcoming

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

Surfaces
apps-script-web
Fields
FieldType
max_resultsinteger. Maximum number of upcoming events to show. Default is 5.optional
Example payload
{
  "type": "calendar_upcoming"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:calendar_upcoming",
  "displayName": "Calendar Upcoming",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/calendar_upcoming",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "List of upcoming events from the user's primary calendar. Works on Google Apps Script only.",
  "representativeQueries": [
    "show a list of upcoming calendar events",
    "list of upcoming events from the user's primary calendar. works on google apps script only.",
    "render a calendar upcoming"
  ]
}
← 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 →