import_data
Import tasks, events, habits, chores, daily plans, and order from an export data blob. Use an empty dict to dry-run the import.
Instructions
Import an ExportData blob produced by export_data.
data should be the full ExportData object (with keys tasks,
events, habits, chores, root_order, daily_plans).
Pass an empty dict to dry-run.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |