get_schedule
Retrieve your work schedule for a given date range from Tempo time tracking. Get scheduled hours for the authenticated user within start and optional end dates.
Instructions
Retrieve work schedule for authenticated user and date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | Yes | Start date in YYYY-MM-DD format | |
| endDate | No | End date in YYYY-MM-DD format (optional, defaults to startDate) |