itchyny / calendar.vim

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

how to connect to google calendar #150

Closed laoyang945 closed 5 years ago

laoyang945 commented 5 years ago

hi i set g:calendar_google_calendar = 1 in .vimrc and open calendar.vim, a webpage is opened in chrome ask for permission and after i authorise, google said: Please copy this code, switch to your application and paste it there:

where am i supposed to paste the auth code? thanks very much

itchyny commented 5 years ago

The plugin wants to authorize so please paste the code to the Vim prompt. The plugin should wait for the auth code as follows.

Screen Shot 2019-06-19 at 22 50 11
laoyang945 commented 5 years ago

i see. i have some auto saving mechanism when vim is out of focus. after i switch off the function, i can connect to google calendar. thanks for the great work!