create-logged-time
Track work hours by creating logged time entries with project, task, and billing details for accurate time management.
Instructions
Create a new logged time entry for tracking work hours
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| people_id | Yes | The person ID who logged the time | |
| project_id | Yes | The project ID for the logged time | |
| task_id | No | The task ID for the logged time | |
| date | Yes | The date for the logged time (YYYY-MM-DD) | |
| hours | Yes | The number of hours logged | |
| billable | No | Whether the time is billable (1 = billable, 0 = non-billable) | |
| notes | No | Optional notes describing the work done | |
| reference_date | No | Reference date for UI suggestions |