anasAsh / googlecl

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

Events ending outside of specified time does not display #500

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make an event starting tomorrow and streching past 5 days, from 
https://www.google.com/calendar/
2. run: google --cal ".*" calendar list --date $(date +%Y-%m-%d),$(date 
--date="3 day" +%Y-%m-%d)

What is the expected output? What do you see instead?
Expected to list the event made, instead the event is not displayed. (It would 
show up if one uses '--date="7 day"' instead of 3).

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?
Version: 0.9.13-1, on debian testing. python-gdata: 2.0.17-1.

Please provide any additional information below.

Original issue reported on code.google.com by fritj...@gmail.com on 22 Oct 2012 at 8:54