txt2ics

A super-tiny utility that converts your todo.txt file into an iCalendar file.


Keywords
icalendar, markdown, todoapp
License
MIT
Install
pip install txt2ics==0.0.4

Documentation

A super-tiny utility that converts your todo.txt file into an iCalendar file. You would run it like this:

pip install txt2ics
python -m txt2ics convert todo.md

You can also serve the file with HTTP

pip install txt2ics
python -m txt2ics httpd todo.md

Related work (check the test file)

  • Markwhen
  • Todo.txt