Form Date Picker

Date picker input supporting single-date selection or a date-range (start + end). Renders a calendar popover. Use inside a form or standalone.

Surfaces
webmeet-stage ⚠apps-script-web
Degraded on
SurfaceNote
meet-stageDate input renders and is clickable; value capture requires stage-level routing
Fields
FieldType
labelstring. Visible label.optional
namestring. Field identifier.required
modestring. One of: single, range. Default: single.optional
placeholderstring. e.g. 'Pick a date'.optional
rulesarray of strings. e.g. ['required'].optional
Example payload
{
  "type": "form_date_picker",
  "name": "Form Date Picker"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:form_date_picker",
  "displayName": "Form Date Picker",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/form_date_picker",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Date picker input supporting single-date selection or a date-range (start + end). Renders a calendar popover. Use inside a form or standalone.",
  "representativeQueries": [
    "show a date or date-range picker input",
    "date picker input supporting single-date selection or a date-range (start + end). renders a calendar",
    "render a form date picker"
  ]
}
← 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 →