timeiq_time_create
Create a new time entry by specifying a date and project. Provide either start and end times or a duration in minutes.
Instructions
Create a new time entry. Must provide either a start_time/end_time pair OR a duration (in minutes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| project_id | Yes | ||
| start_time | No | ||
| end_time | No | ||
| duration | No | ||
| notes | No | ||
| is_billable | No | ||
| service_id | No | ||
| timeZone | No | ||
| dry_run | No | ||
| requesting_slack_id | No |