itchyny / calendar.vim

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

Google calendars enabled #92

Closed Miesco closed 9 years ago

Miesco commented 9 years ago

Hi, how would I enable/disable a specific calendar on google calendars to be shown? I can not see my events.

itchyny commented 9 years ago

Please enable the calendar on the website. (left sidebar)

The calendar list is cached for one day so please remove the time stamp files.

rm -rf ~/.cache/calendar.vim/timestamp/
Miesco commented 9 years ago

Thank you. I have a feature suggestion. To be able to refresh your calendar with . Basically will rm -rf ~/.cache/calendar.vim/timestamp/, like

autocmd Filetype calendar nmap <silent> <c-l> :!rm -rf ~/.cache/calendar.vim/timestamp/<cr><c-l>

Except, perhaps, not as sketchy.

itchyny commented 9 years ago

Umm, I'll consider implementing that feature later.