pombreda / gcalcli

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

All day events hang around and extra day and show a false time #61

Closed GoogleCodeExporter closed 9 years ago

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

1) In either Agenda or Week views, "All Day" events show as having start time 
12:00am.  I'd prefer they show no start time, or even better, show the end date 
as well.
2) Also, since the XM for all day events gives the end date as 12:00am of the 
following day, they persist even when igonore-started is set.

What is the expected output? What do you see instead?

This is what I see now when executed October 12:

Wed Oct 12  12:00am  test
Sun Oct 17  12:00am  Smiths visit

The attached file (gcalcli.py) has been hacked to show (note, I trimmed some 
spaces for compactness):

Sun Oct 17 >Oct 22 Smiths visit

Where the "test" event is a one day event on the 12th.

What version of the product are you using? On what operating system?

Ubuntu 10.04
# $Id: gcalcli 61 2007-10-13 18:44:46Z insanum $

Please provide any additional information below.

Attached file reflects a fairly clean correction that goes some way toward the 
right thing.  (Having repetition of multi-day events in week view would be 
good).

Original issue reported on code.google.com by cvwle...@gmail.com on 13 Oct 2010 at 1:18

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed.  gcalcli no longer shows a timestamp for all day events.

Original comment by eda...@insanum.com on 31 Jul 2011 at 6:53