google-code-export / webical

Automatically exported from code.google.com/p/webical
GNU General Public License v3.0
1 stars 1 forks source link

fix display of events spanning multiple days #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What happened?
An event that spans more than a day is shown on each day that it is part
of. Except that only the start date is shomn ... on each day!

What steps will reproduce the problem?
1. create an event that starts 18:00 feb 1st and ends 19:00 feb 3rd
2.
3.

What is the expected output? What do you see instead?
the start time is shown on all three days.

since we don't use coloring/ajax, we should consider displaying end times too.
feb 1: 18:00 - 00:00
feb 2: 00:00 - 00:00
feb 3: 00:00 - 19:00

on day view we have enough space, but for consistency's sake, i'd go for
the following format everywhere:

hh:mm - hh:mm [start time - end time]
event title

Original issue reported on code.google.com by zorre...@gmail.com on 11 Jan 2008 at 5:19

GoogleCodeExporter commented 9 years ago

Original comment by zorre...@gmail.com on 29 Jan 2008 at 3:57

GoogleCodeExporter commented 9 years ago

Original comment by ivovando...@gmail.com on 24 Feb 2008 at 6:19

GoogleCodeExporter commented 9 years ago
Example event above is shown as a one all day event, and 2 separate events on 
the other days.

Original comment by hz0885 on 28 Jan 2013 at 9:11