[
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: [email protected]
For additional commands, e-mail: [email protected]