get_meetings
Retrieve all meetings scheduled for an employee by employee ID. Use it to check availability or coordinate HR workflows.
Instructions
Get the list of meetings scheduled for an employee. :param employee_id: Employee ID :return: List of meetings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employee_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |