itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 72 forks source link

taskwarrior/taskwiki support #85

Closed linuxcaffe closed 9 years ago

linuxcaffe commented 9 years ago

Hi! I've been a taskwarrior.org user for several years. It's a "command-line todo-list manager" and juggles dated tasks nicely, but it has never had the benefit of a true calendar.

Recently, one of the tw dev-team wrote taskwiki (https://github.com/tbabej/taskwiki) which enhances vimwiki with taskwarrior tasks. I've filed a taskwiki issue (https://github.com/tbabej/taskwiki/issues/53) hoping to see taskwiki support your (brilliant) calendar, but the (also brilliant) taskwiki author (tbabej) would need quite a few more clues in order to make this happen.

This goal (taskwarrior dated tasks in calendar, undated tasks viewable in the Todo list) could be achieved in more that one way: a) taskwiki integrates/ supports calendar.vim (tbabej needs clues) b) calendar.vim supports taskwarrior directly (itchyny needs to lean a lot more about taskwarrior)

I'm not a programmer, just an enthusiastic user, but I believe this integration would be "life-changing" so I would be happy to act as a "go-between" if necessary.

Specific question will be added as comments to this issue, thanks a TON!

linuxcaffe commented 9 years ago

1) When I first ran calendar.vim, a prompt asked for the name of a calendar, where would I find that file?

2) is the calendar kept in a known format?

itchyny commented 9 years ago

I'm not interested in integration with taskwarrior because I('ve) never use it in my workflow. The downloaded items are kept in ~/.cache/calendar.vim/. The app calendar.vim just saves the response of Google Calendar API, thus the format is just as you see in its reference https://developers.google.com/google-apps/calendar/v3/reference/. I'm very sorry but I close this issue with the wontfix tag because I'm never going to implement at the moment.