Search code examples
blackberry-10blackberry-webworks

BlackBerry WebWorks: Create new Contacts Group


We're investigating if it's possible to create a new Contacts Group with the BlackBerry 10 WebWerks HTML5 API. We have found the API Description for the Contacts API, but couldn't find any Information if it's possible to create and/or use a contacts group for it. Any clue/experience with this?


Solution

  • Okay, got an answer from Blackberry itself, which said that it's not possible at the moment. If required, you can build your own cordova plugin by extending the original plugin at https://github.com/blackberry/cordova-blackberry-plugins/tree/master/plugin/com.blackberry.pim.contacts

    They even provide a template for custom plugins at https://github.com/blackberry/WebWorks-Community-APIs/tree/master/BB10-Cordova/Template