GO can't import vCards that don't have the N field set. The error thrown is pretty ugly too.
I modified the code in go/modules/community/addressbook/convert/VCard.php line 268 to set the name of the contact to the same as the e-mail, if present. Probably not the best way to do it, but it works:
GO can't import vCards that don't have the N field set. The error thrown is pretty ugly too.
I modified the code in go/modules/community/addressbook/convert/VCard.php line 268 to set the name of the contact to the same as the e-mail, if present. Probably not the best way to do it, but it works:
class, function($value) { return ['email' => (string) $value]; });