Add time entry
entry_addLog billable or non-billable time worked on a project by providing start and either end or minutes, plus optional rate, currency, and notes.
Instructions
Log billable (or non-billable) time you already worked on a project - a timesheet entry. Give start plus either end or minutes, and optionally the hourly rate and its currency, e.g. rate '90 euros an hour' -> EUR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ISO 8601 end time (or use minutes) | |
| note | No | Optional note | |
| rate | No | Hourly rate for this entry; a number (90) or the words the user said ('90 euros an hour') | |
| tags | No | Optional tags | |
| task | No | What the work was | |
| start | Yes | ISO 8601 start time, e.g. 2026-09-02T09:00:00 | |
| minutes | No | Duration in minutes (alternative to end) | |
| project | Yes | Project or client name. A partial name that matches exactly one existing project is used as that project. | |
| billable | No | Default true; set false for non-billable work | |
| currency | No | Currency of the rate: EUR, USD, GBP, PLN, or words like 'euros'. Defaults to the project currency, else USD. |