Bug 160585

Summary: incorrect free/busy information when creating an event with no time information associated
Product: [Applications] korganizer Reporter: Tobias Eifler <tobiaseifler>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: lemma, tuju
Priority: NOR Keywords: triaged
Version: SVN trunk (KDE 4)   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Tobias Eifler 2008-04-08 23:04:29 UTC
Version:           3.5.7 (using KDE 3.5.8)
Installed from:    Debian testing/unstable Packages
OS:                Linux

When create an event with 2 days with no time associated, the free/busy information shows only day one as busy. Day 2 is shown as free.
Comment 1 Michael Leupold 2008-09-28 11:24:41 UTC
I can still reproduce this bug in trunk r865573.

Steps to reproduce:
(1) Create a new event
(2) Enter a name for the event
(3) Uncheck the "Time associated" checkbox
(4) Choose start and end to be two separate days
(5) Go to the "Attendees" tab and select the "week" view. Only on day is shown busy.

Generally speaking: If you select the event to last X days, X-1 days will show busy.
Comment 2 Sergio Martins 2009-03-17 06:35:47 UTC
SVN commit 940273 by smartins:

All day events lasting X days were being displayed as X-1.

When creating the event it's displayed right because koeventeditor already addDays(1), the problem was when
editing it again.

BUG: 160585


 M  +8 -1      koeditorfreebusy.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=940273