Uh oh!
There was an error while loading. Please reload this page.
set birthday year to 1970 if no year, take X-APPLE-OMIT-YEAR into account - #11832
Conversation
tessus
commented
Oct 14, 2018
@georgehrke ok, so what happens, if someone is born in 1970? also, a date w/o a year is specified as |
georgehrke
commented
Oct 14, 2018
@tessus someone born in 1970 will simply by shown as „Name (*1970)“ Parsing of --MMDD should be taken care of by Please note that all the dates you can see in the code are iCalendar dates, not vCard dates. |
tessus
commented
Oct 14, 2018
Ah, I see. Thanks a lot for the explanation. |
163c40c to
b3ae314ComparetobiasKaminsky
commented
Oct 15, 2018
@georgehrke can I test this? Then I'll give it a try with the Samsung S9 tomorrow. |
b3ae314 to
ecce3f3Comparegeorgehrke
commented
Oct 15, 2018
@tobiasKaminsky Yes please :) |
tobiasKaminsky
commented
Oct 17, 2018
I tested adding a new contact on Samsung S9+, once with stable14 and once with this PR: set birthday to 14.10. without a year. Both time, I see "1604-10-14" as date in contacts app: 👍 But on calendar of Samsung S9, I do not see any birthday entry. This is what I get when exporting the contacts in question via contacts app on NC14. |
MorrisJobke
commented
Nov 6, 2018
@georgehrke What about this? Is this ready by tomorrow evening? |
No, i think i need a hands-on with an android device for this. Really running out of ideas. |
tobiasKaminsky
commented
Nov 7, 2018
Unfortunately I cannot bring the device to hackweek :/ |
MorrisJobke
commented
Nov 13, 2018
I guess this is nothing that is ready for backport by tomorrow, right? |
ecce3f3 to
3c0ba15ComparetobiasKaminsky
commented
Nov 27, 2018
👍 works for Samsung :-) |
|
georgehrke
commented
Nov 27, 2018
@nickvergessen Do we create mysql database with 4 byte support by default now? |
MorrisJobke
commented
Nov 28, 2018
Yes. |
MorrisJobke
commented
Nov 29, 2018
@georgehrke Ready to review, right? |
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
3c0ba15 to
3acde07Comparegeorgehrke
commented
Feb 16, 2019
added the migration step. Please test |
tobiasKaminsky
commented
Feb 18, 2019
Hm. For some reason this is not working anymore:
I am now unsure if this was working with the first version of this PR. This is what I see as calendar entry: Shouldn't there be something like 1970? Apple omit year? |
So this is what I get when I create a contact "Georg" with birthday set to 18. February: This is the calendar entry: And this is not shown in Business Calendar 2 nor in Samsung's Calendar. For reference this is a contact T1 with birthday set to 18.02.2018: And this is the corresponding calendar entry: This is shown in "contacts birthday" calendar synced via DavX5, both in Samsung's calendar app and Business Calendar 2. |
tobiasKaminsky
commented
Feb 19, 2019
The big question is now why does DavX5 (or whatever) not sync/parse the birthday event in such a way that it is shown in Business Calendar 2 / Samsung's Calendar. On DavX5 I set to sync all calendar events and not only latest 90 days, but still no success. |
tobiasKaminsky
commented
Feb 20, 2019
Yehaaa. |
tobiasKaminsky
commented
Feb 20, 2019
Can we backport this also to 15? ❤️ |
MorrisJobke
commented
Feb 20, 2019
/backport to stable15 |
The backport to stable15 failed. Please do this backport manually. |
MorrisJobke
commented
Feb 20, 2019
Let's then not do the backport. |
fixes#9849