nextmeeting icon indicating copy to clipboard operation
nextmeeting copied to clipboard

nextmeeting just showing a dot

Open otavioschwanck opened this issue 1 year ago • 1 comments

image

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?

otavioschwanck avatar Sep 17 '24 14:09 otavioschwanck

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

chmouel avatar Sep 18 '24 06:09 chmouel

+1 having the same issue. gcalcli can show the agenda for the day but nextmeeting just shows a dot

a-arbabian avatar Mar 13 '25 18:03 a-arbabian

Same issue. gcalcli can show the agenda for the day but nextmeeting just shows a dot

optimistic5 avatar Mar 14 '25 12:03 optimistic5

very weird, what does the command:

gcalcli --nocolor agenda today --nodeclined --details=end --details=url --tsv

output?

chmouel avatar Mar 14 '25 15:03 chmouel

very weird, what does the command:

gcalcli --nocolor agenda today --nodeclined --details=end --details=url --tsv

output?

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

optimistic5 avatar Mar 14 '25 16:03 optimistic5

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

chmouel avatar Mar 14 '25 16:03 chmouel

+1: I have the same issue.

Riddmaker avatar Mar 15 '25 16:03 Riddmaker

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

jamespo avatar Mar 25 '25 12:03 jamespo

Confirm it works after export GCALCLI_DEFAULT_CALENDAR="" Image

optimistic5 avatar Mar 25 '25 13:03 optimistic5

oh you right, sorry about that will issue a fix

chmouel avatar Mar 26 '25 15:03 chmouel

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

chmouel avatar Mar 26 '25 18:03 chmouel

closing this now :)

chmouel avatar May 08 '25 18:05 chmouel