Bug 49300 - Add helper code extracting the birthday from a TpContactInfoField
Summary: Add helper code extracting the birthday from a TpContactInfoField
Status: RESOLVED MOVED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-glib (show other bugs)
Version: unspecified
Hardware: Other All
: medium enhancement
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords: love
Depends on:
Blocks:
 
Reported: 2012-04-30 06:40 UTC by Guillaume Desmottes
Modified: 2019-12-03 20:39 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.