salimoha / googlecl

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

Calendar not showing ongoing events #422

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create (all day) event for several days
2. list events with command: google calendar list
3. event will be shown only the first day when it was created (this also works 
when you reschedule the event)

What is the expected output? What do you see instead?
expected: show created event
reality: there's no event shown

What version of the product are you using? On what operating system?
googlecl 0.9.13-2 on Archlinux

What version of gdata-python-client (aka python-gdata)?
python-gdata 2.0.14-1

Original issue reported on code.google.com by krisko...@gmail.com on 12 Sep 2011 at 12:08

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I've found out that the event is returned corectly:
DEBUG:googlecl.base:Retrieved 2 entries, returning them all

But only 1 event is shown (the event which was created the same day). The other 
event created earlier is retrieved but not shown...

Last working version is 0.9.11

Original comment by krisko...@gmail.com on 13 Sep 2011 at 11:37