blakesweeney / unite-taskwarrior

A unite.vim interface to taskwarrior
6 stars 2 forks source link

g:unite_taskwarrior_use_calendar = 1 #51

Open linuxcaffe opened 9 years ago

linuxcaffe commented 9 years ago

This option offers a whole new way to look at tasks and appointments, by integrating another vim/ unite project; calendar.vim (https://github.com/itchyny/calendar.vim) This is a very impressive package, with several great calendar views.

Have a look at the screenshots, clone it and give it a try!

Unite-taskwarrior integration, in this case, means transforming a subset of tasks to the google-calendar format, that calendar.vim uses natively. API reference is here -->https://developers.google.com/google-apps/calendar/v3/reference/ and the files are kept by default in ~/.cache/calendar.vim/

Obviously, this isn't for v1.0, but if it could be implemented, it would be the very first taskwarrior-related project to display a functional calendar.

blakesweeney commented 9 years ago

That is a neat idea. Might be hard to do. I'll need some time to look into it.

linuxcaffe commented 9 years ago

I think the whole job, in this case, is task selection and format conversion, but what do I know ? ;-) The feature should certainly start in read-only mode, then we'll (you'll) figure out how to take input and changes from the calendar, says me..