Short answer: You can list bookings in TidyCal by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the TidyCal List Bookings action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Start After (ISO) starts_at | string | Optional | 2026-05-01T00:00:00Z |
End Before (ISO) ends_at | string | Optional | – |
{"starts_at": "2026-05-01T00:00:00Z","ends_at": "{{trigger.ends_at}}"}
{"data": [{"id": 1,"contact": {"name": "Jane Doe","email": "jane@x.com"},"ends_at": "2026-05-11T11:00:00Z","starts_at": "2026-05-11T10:00:00Z"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.