No name property was included, but there is a formatted name. I think this is the default behavior when a contact is created directly in the web application.
In this pull request a fallback to the formatted name is done, if no name could be determined and formatted name is available.
Also a new line is added to the warning message.
I installed a brand new version of owncloud and created some new contacts in the web UI. The script could not determine the contact names.
The RAW data of an example vcard looked like this.
No name property was included, but there is a formatted name. I think this is the default behavior when a contact is created directly in the web application.
In this pull request a fallback to the formatted name is done, if no name could be determined and formatted name is available. Also a new line is added to the warning message.