Time Estimate

Displays the estimated duration required to fully read or complete an article.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
googlechatFalls back to raw text timing statement.
emailBadge decorations fail to scale or colour.
Fields
FieldType
minutesinteger. The estimated reading time in minutes.required
Example payload
{
  "type": "time_estimate",
  "minutes": 1
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:time_estimate",
  "displayName": "Time Estimate",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/time_estimate",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Displays the estimated duration required to fully read or complete an article.",
  "representativeQueries": [
    "show a estimated reading duration badge for article content",
    "displays the estimated duration required to fully read or complete an article.",
    "render a time estimate"
  ]
}
← 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 →