log_interval
Backfill a past time entry by specifying start and end times, activity type, and optional tags to accurately update your time log.
Instructions
Retroactively log a completed time entry for an activity type. Times are wall-clock in the user's timezone, format "yyyy-MM-dd HH:mm".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End, e.g. "2026-07-09 11:30" | |
| from | Yes | Start, e.g. "2026-07-09 09:00" | |
| tags | No | ||
| comment | No | ||
| type_id | No | Exact activity type id from list_activity_types (internal — never show ids to the user) | |
| timezone | No | IANA timezone the times are given in (default: user's timezone) | |
| type_name | No | Activity type name |