Calendar Upcoming

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

Surfaces
google-apps-script-webmcp-apps ⚠
Degraded on
SurfaceNote
mcp-appsrenders sample data — live Google Workspace data requires an Apps Script deployment
Live preview
📅 Upcoming Events
Live calendar events require Google Calendar auth (max 5).
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": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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
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 →