Created attachment 55546 [details] Pic showing two doubled Danish holidays Version: 4.5 pre (using KDE 4.5.90) OS: Linux In KOrganizer version 4.4.9 Holidays spans two days both in Week-view and Month-view but not in Event List. They also spans two days in the Summary Plugin in Kontact so I'm guessing it's actually i the KHolidays lib. I use Denmark as my but it the same if I change to e.g. Sweden. The error happens both in Kontact and in stand-alone KOrganizer. Reproducible: Always Steps to Reproduce: Open KOrganizer. Select Configure/Time and date and select a holiday region. Actual Results: Holidays show up as spanning two days even if it should just be one. Expected Results: The holidays should only span one day (if they only last one days that is ;) OS: Linux (i686) release 2.6.35-24-generic Compiler: cc
*** Bug 265134 has been marked as a duplicate of this bug. ***
Git commit f1eedac62c8c278e5a0bf608d7dbfa5489e6c5ec by John Layt. Committed on 03/02/11 at 00:40. Pushed by jlayt into branch '4.6'. Fix KHolidays to stop returning duplicate event on day after a holiday. The parser was incorrectly adding the duration onto the start date to get an incorrect end date, so when requesting holidays one day at a time like KOrganizer each holiday fell into 2 requests, whereas plasma requests a single date range so no duplication occured. CCBUG: 262052 M +1 -1 kholidays/holiday.cpp M +2 -2 kholidays/parsers/plan2/holidayparserdriverplan.cpp http://commits.kde.org/kdepimlibs/f1eedac62c8c278e5a0bf608d7dbfa5489e6c5ec
Git commit 39abd2a73a2191506a7b750ec0dc0c73b448452f by John Layt. Committed on 03/02/2011 at 00:40. Pushed by jlayt into branch 'master'. Fix KHolidays to stop returning duplicate event on day after a holiday. The parser was incorrectly adding the duration onto the start date to get an incorrect end date, so when requesting holidays one day at a time like KOrganizer each holiday fell into 2 requests, whereas plasma requests a single date range so no duplication occured. FORWARD-PORT: f1eedac62c8c278e5a0bf608d7dbfa5489e6c5ec BUG: 262052 M +1 -1 kholidays/holiday.cpp M +2 -2 kholidays/parsers/plan2/holidayparserdriverplan.cpp http://commits.kde.org/kdepimlibs/39abd2a73a2191506a7b750ec0dc0c73b448452f
*** Bug 283732 has been marked as a duplicate of this bug. ***