From dfbccaf59e8ff72e767e95cdcde0ff696479eb84 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Wed, 23 Apr 2014 16:07:53 -0400 Subject: [PATCH] KnownBugs: added note on Desktop's mishandling of birthday calendar entries --- KnownBugs | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/KnownBugs b/KnownBugs index 024a0856..294cd05a 100644 --- a/KnownBugs +++ b/KnownBugs @@ -5,6 +5,19 @@ No support for BlackBerry Z10 and newer devices would be appreciated. +Desktop GUI does not display or edit some recurring calendar entries correctly +------------------------------------------------------------------------------ + Some recurring calendar entries, such as birthdays, have 0 value + start and end times, but use the recurring mode YearByDate to + specify the day of the birthday. This is not handled correctly, + if at all, in the Desktop GUI, and merely shows todays date + in the Start and End fields, and does not display the month or + day number of the recurring YearByDate at all. + + This requires a GUI modification, and additional code to handle the + special case. + + Tasks database self-corrupts on many devices -------------------------------------------- If you extract a Tasks record, and then write it back via -- 2.11.4.GIT