itchyny / calendar.vim

A calendar application for Vim
MIT License
1.97k stars 73 forks source link

Multiple task lists from Google calendar #41

Closed achilleas-k closed 10 years ago

achilleas-k commented 10 years ago

I have two task lists on Google calendar (Personal and Work tasks). The task view shows two lists, the lists correctly have different titles (Personal-tasks and Work-tasks), but the actual tasks in the second list are just copies of the first.

I therefore see the following:

    Personal-tasks

Personal task 1
Personal task 2

    Work-tasks

Personal task 1
Personal task 2
itchyny commented 10 years ago

I confirmed the bug.

achilleas-k commented 10 years ago

Should this be fixed? I'm getting the same behaviour.

itchyny commented 10 years ago

Delete the cache files.

achilleas-k commented 10 years ago

Of course. My mistake. Thanks for the quick response.