insanum / gcalcli

Google Calendar Command Line Interface
MIT License
3.26k stars 307 forks source link

unable to see agenda, calw, calm; but can add events #591

Open vikasrawal opened 3 years ago

vikasrawal commented 3 years ago

My gcalcli set up was working until a few days ago, but now I have a strange situation. I am able to add, but cannot see the agenda or calendar. The agenda command throws up some python errors ending with:

googleapiclient.errors.HttpError: <HttpError 404 when requesting https://www.googleapis.com/calendar/v3/calendars/XXXXXXXXXXXXXXXX%40group.calendar.google.com/events?timeMin=2021-03-01T00%3A00%3A00%2B05%3A30&timeMax=2021-04-01T00%3A00%3A00%2B05%3A30&singleEvents=true&alt=json returned "Not Found". Details: "Not Found">

rrthomas commented 3 years ago

I have the same symptoms, which also started yesterday. I was using version 4.2.0 from Ubuntu 20.04, and I tried installing 4.3.0 with pip, but I still get the same error.

I use my own API key. I'm not having any problems with other apps running against Google APIs.

Thanks for gcalcli! Keeping it running against the vagaries of Google is no mean feat.

rrthomas commented 2 years ago

I just tried again, with current git master, and also upgrading google-api-python-client to the latest version (2.19.1 at time of writing). Still get a 404 as above.

rameltranquille commented 2 years ago

Same here not sure if anyone is having this issue

leandrochiarini commented 1 year ago

Also experiencing the same problem