Goodearth Task Save
goodearth_task_saveCreate or update one task.
Single-day by design: one date and optional clock times on it. No recurrence and no multi-day spans — a farm list is a list of days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | YYYY-MM-DD. The day it is for. | |
| done | No | ||
| note | No | Optional detail. | |
| npub | No | Required. Your Nostr public key (npub1...). | |
| title | Yes | What needs doing. | |
| ends_at | No | Optional HH:MM on the due date. | |
| task_id | No | Omit to create; pass an existing id to update. | |
| region_id | Yes | The saved region this task belongs to. | |
| starts_at | No | Optional HH:MM on the due date. | |
| dpop_token | No | ||
| reminder_only | No | True publishes a reminder; false publishes an entry that takes the slot. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||