Create extra work
documentedCreate a new extra work entry.
POST \/api\/resource\/labeled_time_extra_worksTime Trackingno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.rescuetime.com/api/resource/labeled_time_extra_works" \
-X POST \
-H "Authorization: Bearer {{RESCUETIME_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"labeled_time_extra_work":{"label":"{{$title}}","started_at":"{{$started_at}}","ended_at":"{{$ended_at}}","notes":"{{$notes}}"}}'