itchyny / calendar.vim

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

Clearing the calendar #227

Closed ssossah closed 8 months ago

ssossah commented 9 months ago

Is there a way to completely clear the calendar such that all tasks and events get removed? I have not made changes to interact directly with google calendar so I just want to be able to make changes locally to start anew. I ran into an issue where the title when typing E within the events page was completely modified and I have not been able to reset/change the name. I tried clearing the cache by removing the ~/.cache/calendar.vim directory but it automatically regenerates when I call :Calendar with all of the events/tasks I had previously set and the title from the events page remains to be that weird value. Any help would be appreciated!

itchyny commented 9 months ago

I don't understand what's happening. Once you delete the ~/.cache/calendar.vim/, the plugin is initialized completely.

smsossah commented 8 months ago

I have switched computers and am no longer running into that issue. It's possible that it was in a weird state, but it's now working again. Thank you for your response!