Menu

#1 Birthday is lost on sync and then leads to conflict

open
nobody
5
2008-01-21
2007-11-25
No

Thunderbird is not able to save birthdays in its addressbook as we all know. https://bugzilla.mozilla.org/show_bug.cgi?id=13595

Synchronizing with vcards that have a birthday set I get a conflict on every sync.

adding:
Index: thunderbird-card.cpp
===================================================================
--- thunderbird-card.cpp (Revision 31)
+++ thunderbird-card.cpp (Arbeitskopie)
@@ -221,6 +221,10 @@
{"Content", "Notes" },
{ NULL } }
},
+ {"Birthday", {
+ {"Content", "Custom1" },
+ { NULL } }
+ },
#if 0
// file-sync (probably vcard) does not like UserDefined ...
{"UserDefined", {

makes it work for me. ;)

It would be great if the birthday could saved in the form day.month.year, which is used by the Birthday Reminder Add-on.

Otherwise syncing from file to thunderbird works like a charm, thanks for all your work!

Discussion

  • Alban Browaeys

    Alban Browaeys - 2007-11-25

    Logged In: YES
    user_id=490083
    Originator: NO

    But birthday is supported by vcard30 . Btw I am still thinking about the issue at stake . I ll reply on the ML as soon as I have something better to propose.

    Cheers
    Alban

     
  • KaarPoSoft

    KaarPoSoft - 2008-01-21
    • labels: 1041950 --> OpenSync plugin
     
  • KaarPoSoft

    KaarPoSoft - 2008-01-21

    Logged In: YES
    user_id=1662541
    Originator: NO

    I see this as a feature request more than a bug, so I have moved it to the appropriate list.
    /Henrik

     

Log in to post a comment.