text-vcard icon indicating copy to clipboard operation
text-vcard copied to clipboard

Perl package to edit and create vCard(s) (RFC 2426)

Results 24 text-vcard issues
Sort by recently updated
recently updated
newest added

Maybe I've missed it, but on meta:.cpan I haven't found support for CATEGORIES node: https://tools.ietf.org/html/rfc6350#section-6.7.1 Not implemented now or really RFTM? :-) Would be cool if existing, as e.g. nextcloud...

I was attempt to help a user on SO: http://stackoverflow.com/q/22790520/1733163 However, I was unable to install this module and it's dependencies without errors on Strawberry Perl 5.18.2. In the end...

I noticed an interesting bug in Text::Vcard::Addressbook package. When a file is provided with empty line-feeds the package reaches what looks like aa race-condition infinitely stuck. Here is the sample...

hi, i recently started to get this error while processing gmail contacts exported in vcf format: >Can't call method "family" on an undefined value at /usr/local/share/perl/5.26.1/vCard/AddressBook.pm line 208. this code...

It is imported, but never used. The tests pass fine without it, and the entire package is deprecated anyhow.

It's conspicuously missing from the list, and specified in https://tools.ietf.org/html/rfc6350#section-6.2.3.

This is a very simple VCF file except for some reason it has empty lines after NOTE - perhaps from vCard export of outlook. This freezes with the simple script...

For curiosity's sake, I decided to do load_string($vcard->as_string); Input: ``` BEGIN:VCARD VERSION:3.0 FN: N:;;;; TEL;TYPE=WORK:02-25005591 ORG:中國廣播公司節目部 END:VCARD ``` First run becomes: ``` BEGIN:VCARD VERSION:3.0 TEL;TYPE=work:02-25005591 END:VCARD ``` Second run becomes:...

Please add a warning on vCard::AddressBook that by using this program one might lose 1/4 of their data or more.* ``` use strict; use warnings FATAL => q{all}; use open...

Here is an example from the [rfc](http://tools.ietf.org/search/rfc6350#section-6.2.4): ``` PHOTO:data:image/jpeg;base64,MIICajCCAdOgAwIBAgICBEUwDQYJKoZIhv AQEEBQAwdzELMAkGA1UEBhMCVVMxLDAqBgNVBAoTI05ldHNjYXBlIENvb ljYXRpb25zIENvcnBvcmF0aW9uMRwwGgYDVQQLExNJbmZvcm1hdGlv ... ``` The fix will require changes to Text::vCard

0 - Backlog