get_employee_calendar
Retrieve employee shift schedules for a date range, indicating work days, rest days, and holidays.
Instructions
Get each employee's assigned shift calendar (work day / rest day / holiday) for a range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | Range end in `YYYY-MM-DD` format | |
| start_date | Yes | Range start in `YYYY-MM-DD` format |