Closed lambdalisue closed 10 years ago
Sorry for inconvenience. Please pull the latest version.
Now I could sync the local calendar with Google Calendar! Thank you very much :-)
Well If I'm not disturbing you, I would like to ask you two more questions.
Thanks again for fixing and this life changing vim app :-)
~/.cache/calendar.vim/timestamp/
, the calendar downloads the events on its start. In the directory, the files save the date when the app downloaded the events from Google Calendar. On starting the calendar, it checks the date, and start downloading if it was older than two hours ago.Thank you for the reply :-)
1. Well I'll be really happy if calendar.vim have a command to download events additionally. If I understand your response correctly, I need to remove all downloaded events for updating right?
I prefer additional way because I noticed that calendar.vim failed to download some old or new events. With your last commit, now my calendar.vim downloaded events from my Google Calendar but only for the events from 2013/06 to 2013/12. The events before or after that are not downloaded (is it actually a bug?)
I understand that the most of calendar applications need to have some range limitations but not for new events. So I don't really think missing new events is an expected behavior. Well, it is my guess but there are some download size limitation for Google Calendar API? If so, downloading events from beginning again does not make sense. That's a one of reason why I prefer additional way to reduce the size of downloading. And also, even there are no such kind of limitation, I think loosing downloaded events for updating manually is not a good solution. I'm really sorry for bothering you with this. Tell me if there are anything I can help you, I'm willing to do it :-)
2. Haha, OK I got it ;-) I just wonder if calendar.vim have a some kind of animation indicator which you often found in terminal applications. But if you feel it is too annoying, I'm ready to follow you :-)
Thanks for this life changing vim app. I love it.
Well but actually, recent commit might make syncing with Google Calendar fail in my environment ( my vimrc ) I said 'might' because it might worked correctly only once.
This is my current situation.
$http_proxy
and$https_proxy
are correctly configured (wget
works correctly).~/.cache/calendar.vim/
then calendar.vim could not sync with Google calendar even in the first time.This is what I got in vim message window.
I tried to figure out what was going on but unfortunately I'm not really familiar with vim-script. So would you help me to solve this problem? Any help is welcome.
Thanks.
uname -s -r -v
vim --version