get_meetings
Retrieve scheduled meetings for an employee by providing their employee ID. Returns a list of meetings.
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 |