[jira] [Commented] (CB-11054) cordova-plugin-contacts: get all event dates

2016-12-11 Thread TOJO PAUL (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15741012#comment-15741012
 ] 

TOJO PAUL commented on CB-11054:


Did you get any fixes?

> cordova-plugin-contacts: get all event dates
> 
>
> Key: CB-11054
> URL: https://issues.apache.org/jira/browse/CB-11054
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Plugin Contacts
>Reporter: Mohit Gupta
>  Labels: Android, iOS
>
> Current the contacts plugin only allows to get the birthday of the contact.
> It should allow to access all the event dates like
> Birthdays
> Anniversary
> Custom
> Others



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-12226) cordova-plugin-contacts: Not Getting Events

2016-12-11 Thread TOJO PAUL (JIRA)

[ 
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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12226) cordova-plugin-contacts: Not Getting Events

2016-12-11 Thread TOJO PAUL (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15741007#comment-15741007
 ] 

TOJO PAUL commented on CB-12226:



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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Issue Comment Deleted] (CB-12226) cordova-plugin-contacts: Not Getting Events

2016-12-08 Thread TOJO PAUL (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

TOJO PAUL updated CB-12226:
---
Comment: was deleted

(was: I am using
Platform: IOS
Cordova version: 6.1.1)

> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Issue Comment Deleted] (CB-12226) cordova-plugin-contacts: Not Getting Events

2016-12-08 Thread TOJO PAUL (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

TOJO PAUL updated CB-12226:
---
Comment: was deleted

(was: Hi Vishal,

I am using

   - Platform: IOS
   - Cordova version: 6.1.1

Thanks

On Fri, Dec 9, 2016 at 5:02 AM, Vishal Mishra (JIRA) 




-- 

--Regards--
*Tojo Paul Mangaly*
-
)

> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12226) cordova-plugin-contacts: Not Getting Events

2016-12-08 Thread TOJO PAUL (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734240#comment-15734240
 ] 

TOJO PAUL commented on CB-12226:


I am using
Platform: IOS
Cordova version: 6.1.1

> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12226) cordova-plugin-contacts: Not Getting Events

2016-12-08 Thread TOJO PAUL (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734238#comment-15734238
 ] 

TOJO PAUL commented on CB-12226:


I am using
Platform: IOS
Cordova version: 6.1.1

> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Issue Comment Deleted] (CB-12226) cordova-plugin-contacts: Not Getting Events

2016-12-08 Thread TOJO PAUL (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

TOJO PAUL updated CB-12226:
---
Comment: was deleted

(was: I am using 
 Platform: IOS
 Cordova version: 6.1.1
)

> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12226) cordova-plugin-contacts: Not Getting Events

2016-12-08 Thread TOJO PAUL (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734210#comment-15734210
 ] 

TOJO PAUL commented on CB-12226:


Hi Vishal,

I am using

   - Platform: IOS
   - Cordova version: 6.1.1

Thanks

On Fri, Dec 9, 2016 at 5:02 AM, Vishal Mishra (JIRA) 




-- 

--Regards--
*Tojo Paul Mangaly*
-


> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12226) cordova-plugin-contacts: Not Getting Events

2016-12-08 Thread TOJO PAUL (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734201#comment-15734201
 ] 

TOJO PAUL commented on CB-12226:


I am using 
 Platform: IOS
 Cordova version: 6.1.1


> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12226) cordova-plugin-contacts: Not Getting Events

2016-12-07 Thread TOJO PAUL (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

TOJO PAUL updated CB-12226:
---
Description: 
cordova-plugin-contacts only allows to get the birthday of the contact.

Not getting event dates like
Birthdays
Anniversary
Custom
Others


  was:
cordova-plugin-contacts only allows to get the birthday of the contact.

It should allow to access all the event dates like
Birthdays
Anniversary
Custom
Others



> 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
>
> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12226) cordova-plugin-contacts: Not Getting Events

2016-12-07 Thread TOJO PAUL (JIRA)
TOJO PAUL created CB-12226:
--

 Summary: 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


cordova-plugin-contacts only allows to get the birthday of the contact.

It should allow to access all the event dates like
Birthdays
Anniversary
Custom
Others




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org