SufficientlySecure / birthday-calendar

Display all contact birthdays automatically in your standard Android calendar.
https://www.schuermann.eu/android/
GNU General Public License v3.0
94 stars 28 forks source link

Parsing contact notes #66

Closed ixengts closed 7 years ago

ixengts commented 10 years ago

There is not always a possibility to use custom events for a contact (for example my phone's default contact editor does not allow custom events; also my sync server does not want to sync such fields). As a workaround I have always used contact notes to store information about specific events (and it was more or less supported by EboBirthday). It would be great to implement parsing of the contact notes for entries like "event_name: event_date" (without "s), where the specific event names would need to be configurable from gui.

dschuermann commented 10 years ago

I don't think this is a good workaround for your problem. Have you tried https://play.google.com/store/apps/details?id=org.dmfs.android.contacteditorpp ?

ixengts commented 10 years ago

Yes, I tried. But as far as I know it can't solve the issue of unsupported fields on the server (as it can't do field translation either). So I'm stuck with the contact notes workaround.

----- Oryginalna wiadomość -----

Od: "Dominik Schürmann" notifications@github.com Do: "dschuermann/birthday-adapter" birthday-adapter@noreply.github.com DW: "ixengts" ixen@draknet.eu Wysłane: wtorek, 16 lipiec 2013 9:52:02 Temat: Re: [birthday-adapter] Parsing contact notes (#66)

I don't think this is a good workaround for your problem. Have you tried https://play.google.com/store/apps/details?id=org.dmfs.android.contacteditorpp ?

— Reply to this email directly or view it on GitHub .

dschuermann commented 10 years ago

Ok I understand. Which server are you using that does not support that?

ixengts commented 10 years ago

Zimbra 8.x open source edition.

"Dominik Schürmann" notifications@github.com napisał:

Ok I understand. Which server are you using that does not support that?


Reply to this email directly or view it on GitHub: https://github.com/dschuermann/birthday-adapter/issues/66#issuecomment-21050400

Wysłane za pomocą K-9 Mail.

dschuermann commented 10 years ago

Thanks for your information. I will get back to you when I have time for implementation or other ideas