Portability | non-portable |
---|---|
Stability | experimental |
Maintainer | mboes@tweag.net |
Text.VCard.Format.Directory
Description
Implements the vCard format defined in RFC 2426, based on the text/directory MIME type defined in RFC 2425.
Documentation
module Text.VCard
readVCards :: SourceName -> ByteString -> [VCard]Source
fromProperties :: [VProperty] -> VCardSource
writeVCard :: VCard -> ByteStringSource