Bug 49300

Summary: Add helper code extracting the birthday from a TpContactInfoField
Product: Telepathy Reporter: Guillaume Desmottes <guillaume.desmottes>
Component: tp-glibAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED MOVED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: enhancement    
Priority: medium CC: pterjan
Version: unspecifiedKeywords: love
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Guillaume Desmottes 2012-04-30 06:40:12 UTC
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.
Comment 1 GitLab Migration User 2019-12-03 20:39:55 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-glib/issues/90.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.