max / goingson
| 1 | [plugin] |
| 2 | name = "CSV Import" |
| 3 | version = "1.0.0" |
| 4 | description = "Import tasks, projects, or events from CSV files" |
| 5 | author = "GoingsOn" |
| 6 | min_app_version = "0.2.0" |
| 7 | |
| 8 | [plugin.type] |
| 9 | kind = "import" |
| 10 | |
| 11 | [plugin.import] |
| 12 | file_extensions = ["csv", "tsv"] |
| 13 | entity_types = ["task", "project", "event"] |
| 14 | |
| 15 | [plugin.capabilities] |
| 16 | file_read = true |
| 17 | database_write = true |
| 18 | network = false |
| 19 |