mangstadt / ez-vcard

A vCard parser library for Java
Other
401 stars 92 forks source link

Add UrlType class #62

Open stonio opened 8 years ago

stonio commented 8 years ago

Can you implement new class UrlType which is similar to class EmailType?

mangstadt commented 8 years ago

I reviewed the specification and the URL property can indeed have a TYPE parameter assigned to it. Yes, I will look into adding it. Thank you for the suggestion.