Small script to parse ics and execute taskwarrior to generate a new task from vcEvents
|
|
||
|---|---|---|
| calendarTask.hs | Removed debug Strings | |
| LICENSE | Initial commit | |
| README.md | Usage guide | |
| taskharrier.cabal | Parses from StdIn, executes task, User interaction missing | |
taskharrier
Small script to parse ics and execute taskwarrior to generate a new task from vcEvents from the email invitations people tend to spread around.
Use it, for example, by including it into your mailcap file.
application/ics; taskharrier '%s'; needsterminal; description=Add Event Invitations to taskwarrior; nametemplate=%s.ics
Compilation
Follow the basic (sandboxed) installation guide.
cabal sandbox init cabal install --only-dependencies cabal build