salimoha / googlecl

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

Events in a Shared Calendar Not shown when fetching today's events #437

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1a. Run the command `google calendar list today --cal ".*"`
2a. It lists all the calendars, mine and shared, but I don't see the events on 
shared calendars

1b. Run the command `google calendar list --date %TODAYS_DATE% --cal ".*"`
2b. It lists all the calendars, mine and shared, including the events on shared 
calendars

What is the expected output? What do you see instead?
I expected to see today's events, including those in shared calendars.
What I saw is only the events on my calendars.

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

Version is 0.9.13 on Windows 7.
The python-gdata it uses is the one provided in the executable.

Original issue reported on code.google.com by andres.r...@gmail.com on 19 Oct 2011 at 6:33