Command Line Interface¶
Convert iCalendar to Todoist CSV
usage: ics2todoist [options] [ics_file...]
Positional Arguments¶
- ics_file...
iCalendar file(s) to convert, - for stdin
Default: [‘-‘]
Named Arguments¶
- --bare-autolinks
Remove angle brackets around autolinkable URLs
Default: False
- --default-priority
Possible choices: 1, 2, 3, 4
Priority of tasks without an iCalendar priority
- --include-completed, --no-include-completed
Include VTODOs which have been completed in CSV
- -o, --output
Output file, - for stdout
Default: -
- -q, --quiet
Decrease verbosity (less detailed status output)
- --text-is-markdown
Treat text in iCalendar as Markdown
Default: False
- -v, --verbose
Increase verbosity (more detailed status output)
- -V, --version
Output version and license information