Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3DA47200BE9 for ; Mon, 12 Dec 2016 06:20:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3C30E160B2C; Mon, 12 Dec 2016 05:20:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 87925160B20 for ; Mon, 12 Dec 2016 06:20:04 +0100 (CET) Received: (qmail 63297 invoked by uid 500); 12 Dec 2016 05:19:58 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 63151 invoked by uid 99); 12 Dec 2016 05:19:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2016 05:19:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6B0812C03E1 for ; Mon, 12 Dec 2016 05:19:58 +0000 (UTC) Date: Mon, 12 Dec 2016 05:19:58 +0000 (UTC) From: "TOJO PAUL (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CB-12226) cordova-plugin-contacts: Not Getting Events MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 12 Dec 2016 05:20:05 -0000 [ https://issues.apache.org/jira/browse/CB-12226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15741007#comment-15741007 ] TOJO PAUL edited comment on CB-12226 at 12/12/16 5:19 AM: ---------------------------------------------------------- Platform: IOS Cordova version: 6.1.1 var options = new ContactFindOptions(); options.filter = ""; options.multiple = true; var fields = ["*"]; navigator.contacts.find(fields, onSuccessContact, onErrorContact, options); I have used above code to retrieve all iphone contacts and its fields, but i was not able to get the Anniversary field. could you please help me to get the Anniversary field? was (Author: tojopaul): Platform: IOS Cordova version: 6.1.1 var options = new ContactFindOptions(); options.filter = ""; options.multiple = true; var fields = ["*"]; navigator.contacts.find(fields, onSuccessContact, onErrorContact, options); I have used above code to retrieve all iphone contacts and its fields, but i was not able to get the Anniversary field. could you please help to get the Anniversary field? > cordova-plugin-contacts: Not Getting Events > ------------------------------------------- > > Key: CB-12226 > URL: https://issues.apache.org/jira/browse/CB-12226 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Contacts > Reporter: TOJO PAUL > Priority: Critical > Labels: Triaged > > cordova-plugin-contacts only allows to get the birthday of the contact. > Not getting event dates like > Birthdays > Anniversary > Custom > Others -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org