itchyny / calendar.vim

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

"Other calendars" won't refresh #71

Closed martonbalazs closed 9 years ago

martonbalazs commented 9 years ago

Hi, thanks for the fantastic app! In my Google calendar I have a few "other calendars" added. After a cleanup of the vim calendar cache they all download properly. However, later on only my own calendar's entries refresh, items on "other calendars" never seem to get updated. Removing the timestamps doesn't help, I have to clean the whole cache and re-authorise to get "other calendars" refreshed. Can you help this somehow? Thanks.

itchyny commented 9 years ago

That's what I did not assume. The only "other calendar" I subscribe is the holiday calendar and the calendar does not update once I download. That's why I dropped them from the calendar list which is updated on the calendar startup. For performance efficiency. However, if there are some calendars which are updated frequently, I should fix the behaviour. Hmm, probably I'll check if the calendar if it is a holiday calendar or not.

martonbalazs commented 9 years ago

The thing is that I have a work calendar and a home calendar. At work home is an "other calendar", at home work is an "other calendar". Both change frequently, and it's nice to see them at one place.

Thanks a lot!

itchyny commented 9 years ago

Let me confirm; your account does not have permission to write/change events in that home calendar at work, right?

martonbalazs commented 9 years ago

Exactly as you write, confirmed. Thanks.

martonbalazs commented 9 years ago

This is amazing, thanks so much!!

itchyny commented 9 years ago

My pleasure.