everhour_create_time_record
Create a time record in Everhour by specifying time in seconds or human-readable format, date, and optional task, project, or comment.
Instructions
Create a new time record in Everhour. Time can be specified in seconds or human-readable format (e.g., "1h 30m", "90m", "5400s").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date in YYYY-MM-DD format | |
| task | No | Task ID to associate with the time record | |
| time | Yes | Time in seconds (number) or human-readable format (string like "1h 30m", "90m", "5400s") | |
| comment | No | Optional comment for the time record | |
| project | No | Project ID to associate with the time record |