create_time_entry
Log or update time entries in Beebole by providing date and hours, plus either a project or absence type. Optionally include task and comment.
Instructions
Create or update a time entry in Beebole. You MUST provide either project_id OR absence_id, but NOT both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date (YYYY-MM-DD) | |
| hours | Yes | Number of hours | |
| comment | No | Optional comment | |
| task_id | No | Optional ID of the task (Only used with project_id) | |
| absence_id | No | ID of the absence type (Mutually exclusive with project_id) | |
| project_id | No | ID of the project/subproject/company (Mutually exclusive with absence_id) |