-
Program sample:
```cpp
#include
#include
#include
#include
#include
#include "libical/ical.h"
#include
#include
int main() {
std::string content;
{
std::ifstream myfile…
-
The vCard code currently has its own custom vCard parser. There are many issues with the current code and I deemed it better to use an external library, [sabre/vobject](https://sabre.io/vobject/) bei…
-
If I try to parse a vCard in 2.1 format, the parser does not accept it, since the "TYPE=" tags are missing. Is vCard 2.1 not supported?
-
carddav2fb.php 1.11 (2016-05-12) - CardDAV to FRITZ!Box phonebook conversion tool
Copyright (c) 2012-2016 Karl Glatz, Martin Rost, Jens Maus, Johannes Freiburger
Retrieving VCards from all CardDAV…
DjSni updated
5 years ago
-
### Is your feature request related to a problem? Please describe.
As [*Y U NO I18N?!*](https://www.coniferproductions.com/posts/2017/03/15/goodbye-vcard-hello-jcard/#:~:text=There%20are%20several%…
-
Hi.
First: thanks for your library :)
I'm trying to read a bunch of vcf files. Apparently some of them where created WITH carriage return, some without. I get parser errors on those without carriage…
-
Parsing a string containing two name fields ("N:") doesn't produce an error but silently ignores the name fields and produces a VCard with `name()` returning `None`:
```
use vobject::vcard::Vcard…
-
I just squashed a long existing type of error message in my logs, of the form `'Unsupported VALUE parameter for DTEND property'`. I tracked this down to incorrect VCARD data created while running Ownc…
-
**Update**: this issue is considerably broader than initially assessed, the output RDF has semantic flaws at various levels that aren't solvable with the current parser. I will start by creating a tho…
-
Test method TestsUnitarios.TestsVCF.Leer_Vcard_Contactos threw exception:
System.ArgumentException: An item with the same key has already been added.
Don't work: TEL;TYPE=WORK;TYPE=PREF…