I am still working with calendars. I found this post from 2020 about the gcalcli and using it to access google calendar to display events on Linux desktop with conky.
https://www.linuxuprising.com/2018/11/h ... -your.html
I installed gcalcli and when I tried the
Code: Select all
gcalcli list
https://github.com/insanum/gcalcli/issues/580
I went thru all 5 steps but now when I use the list command in terminal no webpage opens.
When I tried the
Code: Select all
gcalcli --client_id "your client ID ending in ...apps.googleusercontent.com" --client_secret "your client secret" agenda
Can anyone help me get this working so I can try to get conky to display the information?