get_my_schedule
Retrieve your upcoming bookings within a specified date window. Defaults to the next 7 days for a quick overview.
Instructions
The calling user's own bookings in a date window (default: the next 7 days). Use it for questions like 'what is on my schedule this week'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Window end, YYYY-MM-DD (inclusive). | |
| days | No | Window ends this many days after start, inclusive (alternative to 'to'). Default 7. | |
| from | No | Window start, YYYY-MM-DD. Default today. | |
| weeks | No | Window length in weeks (overrides 'days'). |