insanum / gcalcli

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

gcacli does not detect shared google calender #648

Closed manuelautomatisch closed 1 year ago

manuelautomatisch commented 1 year ago

Dear gcalcli community,

I installed gcalcli on a nginx docker container to use it with a progressbar LED project which is displaying events from google calender. I successfully created the project in google cloud console and I also was able to authorize gcalcli using oauth.

The calender that I want to use is a nextcloud calender. I shared the calender with google calender and now the calender is in the "other calender" section in google calender. As far as I know gcalcli should still be able to detect the "other calenders" but in my case when I execute "gcalcli list" the calender is not in the list.

Permissions and everything should be fine but I'm not sure if the fact that it is a shared read-only calender perhaps still is a problem.

Best Regards