Issue 168: Events with no end time take up 2 hour blocks in the week and day views.
Status:  Done
Owner: ----
Closed:  Nov 2009
Reported by bacoope...@gmail.com, Nov 4, 2009
What steps will reproduce the problem?
1. Create an event with no end time.
2. View the week or day the event is in.

What is the expected output? What do you see instead?
I expect the event to take up a 30 minute block or less.  Instead it takes
up a 2 hour block.


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

Please provide any additional information below.
If I resize the event by dragging the bottom all the way up to the top, it
displays correctly until the calendar is reloaded.
Nov 6, 2009
#1 mvb...@gmail.com
defaultEventMinutes: Integer, Default: 120
    In the agenda views, when a CalEvent has an unspecified end date, determines the
length (in minutes) the event appears to be.
Nov 10, 2009
Project Member #2 adamrs...@gmail.com
right, it is programmed to do this by default. use the defaultEventMinutes to adjust
this. thanks mvboom
Status: Done