salimoha / googlecl

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

I get duplicates when I look at my wife's calendar #397

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use googlecl to look at my calendar: <12:57:45> user@host:~$ google calendar 
today --cal="$me"
2. Use googlecl to look at wife's calendar: <12:57:57> user@host:~$ google 
calendar today --cal="$wife"
3. Look at output

What is the expected output? What do you see instead?
I expect each event in each of the calendars to be listed once.  Instead I get 
the following:
<12:57:45> user@host:~$ google calendar today --cal="$me"

[Me]
<12:57:57> user@host:~$ google calendar today --cal="$wife"

[Wife]

[Wife]

(Apparently neither of us have events today.  The headings still illustrate my 
point though.  Names were changed to protect the innocent.

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

I noticed the problem in 0.9.12 and I just upgraded to 0.9.13-1, hoping it 
would fix things.  It didn't.  python-gdata comes from debian's repositories 
and is 2.0.8-1.1.  I've noticed this problem on two installations of debian 
squeeze.

Original issue reported on code.google.com by sagot...@gmail.com on 13 Jun 2011 at 5:03

GoogleCodeExporter commented 9 years ago
I tested it with the code from trunk and different gdata versions, including 
2.0.8, and there is no problem with that, so I'm setting this issue to "won't 
fix".

Original comment by szy...@endpoint.com on 29 Dec 2012 at 6:34