set_calendar_date_columns
Define date column ranges for a Calendar view to show single-point or range events. Overlay multiple date series by passing an array of start and optional end column identifiers.
Instructions
Set the date-column ranges shown on a Calendar view. Each entry is either { startColumnId } for single-point events or { startColumnId, endColumnId } for range events. The array form lets a single calendar overlay multiple date series at once (e.g. "Created date" + "Start → End range" together).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| viewId | Yes | The Calendar view ID | |
| dateColumnRanges | Yes | Array of date-column-range entries. | |
| debug | No | When true, include raw Airtable response in output for diagnostics |