ticktick_import_from_csv
Import tasks from CSV data to initialize your task cache with existing task information, including task IDs, project IDs, and titles.
Instructions
Import tasks from CSV data to bootstrap the task cache
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv_data | Yes | CSV data with columns: task_id, project_id, title |