Get a person’s calendar for one day
officient_get_day_calendarRetrieve time off, overtime, and scheduled minutes for a specific employee on a given date. Provide person ID and date to get calendar data.
Instructions
Time off, overtime and scheduled minutes for a single person on a single date. Required scope: calendar:read. READ-ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | Yes | Day of month, 1-31. | |
| year | Yes | Four-digit year, e.g. 2026. | |
| month | Yes | Month, 1-12. | |
| person_id | Yes | Officient person id. |