search_calendar
Find the cheapest travel dates around a target date. Shows a calendar view of minimum prices for flexible date travelers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | IATA airport code for departure (e.g. JFK) | |
| daysAfter | No | Number of days after the target date to include (default: 7) | |
| daysBefore | No | Number of days before the target date to include (default: 7) | |
| targetDate | Yes | Center date for the calendar search (YYYY-MM-DD) | |
| destination | Yes | IATA airport code for arrival (e.g. LAX) |