nextmeeting just showing a dot
nextmeeting 1.5.3 gcalcli v4.4.0
EDIT:
Changing the commands too: exec = nextmeeting --gcalcli-cmdline "gcalcli --nocolor agenda today --nodeclined --details=end --details=url --tsv"
shows all the meeting, but the text is multilined (doesn´t work well on polybar).
There is a way to get only the nextmeeting?
this is weird, perhaps the issue goes with #6 where things not working properly with non EN locale
let's see how #6 goes and maybe you can have a try by then
+1 having the same issue. gcalcli can show the agenda for the day but nextmeeting just shows a dot
Same issue.
gcalcli can show the agenda for the day but nextmeeting just shows a dot
very weird, what does the command:
gcalcli --nocolor agenda today --nodeclined --details=end --details=url --tsv
output?
very weird, what does the command:
gcalcli --nocolor agenda today --nodeclined --details=end --details=url --tsvoutput?
it shows my meetings
gcalcli --nocolor agenda today --nodeclined --details=end --details=url --tsv
start_date start_time end_date end_time html_link hangout_link title
2025-03-14 2025-03-15 https://www.google.com/calendar/event?eid=xx Home
2025-03-14 12:00 2025-03-14 13:00 https://www.google.com/calendar/event?eid=xx https://meet.google.com/ccc xxx / yyy
this is super weird, i am going to add some more debug infos to make it easier to debug those, and will let u know
+1: I have the same issue.
If you don't have the environment variable GCALCLI_DEFAULT_CALENDAR set to your calendar name nextmeeting will default to a calendar named Work (bad default!) & if you don't have that you'll get a dot.
try
export GCALCLI_DEFAULT_CALENDAR=""
and it should display all calendars @chmouel
Confirm it works after export GCALCLI_DEFAULT_CALENDAR=""
oh you right, sorry about that will issue a fix
This should be fixed in main now, will do a release soon with theses fix if that works for yall....
I have added a --debug flag as well to make it easy to debug in case of issues
closing this now :)