set_chore_occurrence_status
Update the status of a chore occurrence for a specific date, with options for in progress, done, or dropped.
Instructions
Set the status of a single chore occurrence.
chore_id accepts any reference form — UUID, sequence shorthand
(#123, personal-org only), canonical ref (acme-123), or app URL
— and is resolved to a UUID before the status change.
status is the action to apply: one of "in_progress",
"done", or "dropped" (alias: "skipped" for legacy
callers). date is YYYY-MM-DD.
Note: Done resolves on the server to either DoneOnTime
or DoneLate based on the occurrence's complete_by.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chore_id | Yes | ||
| date | Yes | ||
| status | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |