Add time entry
entry_addLog time already worked as one entry and return its id, duration and amount. Give start plus end or minutes. rate is hourly in MAJOR units and is frozen on the entry, so a later rate change never moves it.
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. |