Task List

Renders a premium, glassmorphic checklist and action item tracker with status checkboxes, priorities, assignees, and due dates.

Surfaces
webmeet-stageapps-script-web
Fields
FieldType
titlestring (optional, e.g., 'Google Tasks & Action Items')optional
taskslist of dictionaries representing tasks, where each dictionary contains: {'id': string, 'text': string, 'completed': boolean, 'priority': string (high|medium|low), 'due_date': string, 'assignee': string (optional, initials e.g. 'CK')}optional
Example payload
{
  "type": "task_list"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:task_list",
  "displayName": "Task List",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/task_list",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Renders a premium, glassmorphic checklist and action item tracker with status checkboxes, priorities, assignees, and due dates.",
  "representativeQueries": [
    "show a glassmorphic structured checklist with priority and assignee badges",
    "renders a premium, glassmorphic checklist and action item tracker with status checkboxes, priorities",
    "render a task list"
  ]
}
← 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 →