pombreda / gcalcli

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

Agenda pulling events for other days #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run: gcalcli --nc --cals all agenda 2009-03-05-00:01 2009-03-05-20:00
2. Have an all day event scheduled for the next day
3.

What is the expected output? What do you see instead?
What I should see:
Thu Mar 05   3:00pm  [Event Name]

What I do see:
Thu Mar 05   3:00pm  [Event Name]

Fri Mar 06  12:00am  [Event One]
            12:00am  [Event Two]

What version of the product are you using? On what operating system?
gcalcli 1.4 Ubuntu 8.10 (fully updated)

Please provide any additional information below.

Original issue reported on code.google.com by duanehub...@gmail.com on 5 Mar 2009 at 6:53

GoogleCodeExporter commented 9 years ago

Original comment by eda...@insanum.com on 27 Jul 2011 at 5:30

GoogleCodeExporter commented 9 years ago
Fixed.

For all-day events, Google seems to assume that the event time
is based in the UTZ instead of the local timezone.  gcalcli now
filters out events that actually start beyond a specific end time.

This was especially apparent for all day events popping up
"your-timezone-difference" hours before they start.

Original comment by eda...@insanum.com on 27 Jul 2011 at 7:07