-
There is already 'VCardModule' in Halcyon. You can use it to retrieve vcards. It doesn't have all field you asked for. I'm adding those fields, but I found problem, because data structures and helper methods was prepared for getting information from vcards, not for setting. So I'm working on VCardBuilder.
-
Implemented. Documentation is here.
-
Thank you. I can use the current implementation and write the code as in examples.
However, I am a bit confused as to which API to use. From initial examples and documentation the library seems to prefer convention to register handlers for a specific event. Then send a request and expect a call back on the registered handler.
The examples linked above show a bit different way to provide handler directly in the request call. Why is this difference? Which way is preferred or recommended? Does the VCardModule allow for registering the handler for vCard requests?
We require the following, minimum content supported in vCards for contacts:
As for the firstName/lastName I am not sure how related to this is currently supported
structuredName
andformattedName
. Maybe this would be enough and we do not need first/last names. I am not sure at this point.