gcalcli
gcalcli copied to clipboard
List of calendars not getting updated (requires --refresh to update the list)
I've recently been given access to a new calendar as a reader in my Google Calendar account, but I'm not seeing it reflected in my Agenda.
I'm not sure how to update the calendars that gcalcli has access to. Do I need to recreate the API or anything to absorb the new calendar's access?
Had the same problem just now. And I did recreate the API, which was silly. But the fix is actually very simple:
rm ~/.gcalcli_cache
What happened after you ran that command?
After that removes the cache, does it basically just reset itself after when gcalcli runs again? Or did you have to reauthorize everything?
No reauth, just runs as normal but fetching a fresh list of calendars etc. :)
That worked great! Thank you!