salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Google Cl calendar list commands now return email address at top of list #241

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.google calendar today title
returns:
[emailaddress]
event title
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?

Please provide any additional information below.

Original issue reported on code.google.com by csa...@gmail.com on 3 Aug 2010 at 6:20

GoogleCodeExporter commented 9 years ago
I'm not sure what the issue is here. That's the name of your primary calendar, 
to distinguish between it and secondary calendars (which you apparently have 
none of).

Original comment by tom.h.mi...@gmail.com on 3 Aug 2010 at 2:13

GoogleCodeExporter commented 9 years ago
Actually, I have four other calendar, and it's displaying my email, not the 
calendar name. I just reinstalled googlecl on a fresh Ubuntu box, with the 
latest code. Previous versions did not display it. 

Original comment by csa...@gmail.com on 3 Aug 2010 at 2:20

GoogleCodeExporter commented 9 years ago
Ah, sorry, forgot my own change. If you use 

$ google calendar today title --cal ".*"

you'll see all of your calendars appear.

The email address is the name of your primary calendar, unless you changed it. 
Even then, that change should be reflected in the printout. I'm still not sure 
what the issue is here -- what do you expect to see?

Original comment by tom.h.mi...@gmail.com on 3 Aug 2010 at 2:34

GoogleCodeExporter commented 9 years ago
Only the event titles...I'm piping the output to a text file to display on my 
desktop and other apps.

Prior versions would output

Event Title 1
Event Title 2
Event Title 3

Currently, I get

[emailaddress]
Event Title

Original comment by csa...@gmail.com on 3 Aug 2010 at 3:38

GoogleCodeExporter commented 9 years ago
I see. You could pipe the output through grep, or edit the source (just need to 
comment out lines 452 and 453 in googlecl/calendar/service.py) I'm not sure 
what kind of modification I'd make to the trunk to accommodate this.

Original comment by tom.h.mi...@gmail.com on 3 Aug 2010 at 4:16

GoogleCodeExporter commented 9 years ago
I changed the name of my primary calendar a while before I ever installed 
googlecl, but it shows my email address regardless instead of its current title.

Original comment by nvsbl.mo...@gmail.com on 15 Oct 2010 at 4:30

GoogleCodeExporter commented 9 years ago
I changed the name of my primary calendar a while before I ever installed 
googlecl, but it shows my email address regardless instead of its current title.

Original comment by nvsbl.mo...@gmail.com on 15 Oct 2010 at 4:30