Add helper code extracting the birthday from a TpContactInfoField
@gdesmott
Submitted by Guillaume Desmottes Assigned to Telepathy bugs list
Description
See https://bugzilla.gnome.org/show_bug.cgi?id=663177
TpContactInfoField is pretty low level so I don't think tp-glib should filter out vCard fields not respecting the vCard spec. But could have something like that:
GDateTime * tp_contact_info_field (TpContactInfoField *field, GError **error);
This code could try to be a bit smarter and try to parse dates which are not in ISO 8601.