Renders a premium, glassmorphic checklist and action item tracker with status checkboxes, priorities, assignees, and due dates.
| Field | Type | |
|---|---|---|
| title | string (optional, e.g., 'Google Tasks & Action Items') | optional |
| tasks | list 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 |
{
"type": "task_list"
}
{
"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"
]
}
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 →