everhour_add_time_to_task
Add time to a specific task with flexible input formats (human-readable or seconds) and an optional comment for tracking.
Instructions
Add time directly to a specific task using the /tasks/{id}/time endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| date | Yes | Date in YYYY-MM-DD format | |
| time | Yes | Time in seconds (number) or human-readable format (string like "1h 30m", "90m", "5400s") | |
| comment | No | Optional comment for the time record |