Action Items

Action items table with owner, due date, and status. For retros, meeting notes, sprint planning, incident reports.

Surfaces
webapps-script-webpdf
Fields
FieldType
titlestringoptional
itemsarray (required). Array of {action, owner?, due?, status? ("open"|"in_progress"|"done")}required
Example payload
{
  "type": "action_items",
  "items": [
    {
      "label": "Item 1"
    },
    {
      "label": "Item 2"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:action_items",
  "displayName": "Action Items",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/action_items",
  "capabilities": [
    "web",
    "apps-script-web",
    "pdf"
  ],
  "description": "Action items table with owner, due date, and status. For retros, meeting notes, sprint planning, incident reports.",
  "representativeQueries": [
    "show a action items table \u2014 action, owner, due date, status",
    "action items table with owner, due date, and status. for retros, meeting notes, sprint planning, inc",
    "render a action items"
  ]
}
← 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 →