Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-export-contacts-vcf

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-export-contacts-vcf

Export all contacts (device, Google, Facebook etc) to a file and use its path for further processing

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

cordova-plugin-exportContactsVCF

By Neeraj Tuteja

Updated by Vasiliy Mikhaylovsky

##Description Export all contacts (device, Google, Facebook etc) to a file and use its path for further processing

Installation

This requires cordova 5.0+ ( current stable v1.0.0 )

cordova plugin add cordova-plugin-export-contacts-vcf

It is also possible to install via repo url directly ( unstable )

cordova plugin add https://github.com/Ti-webdev/cordova-plugin-export-contacts-vcf.git

Supported Platforms

  • Android

Usage

  1. Wait for deviceReady.
  2. Call plugins.exportContactsVCF with parameters

API

plugins.exportContactsVCF(onSuccess, onFail, fileName, fileExtension) default fileName is 'exportedContactsInVCF', fileExtension is 'vcf'

plugins.exportContactsVCF(function(pathToVcfFile) {
    console.log('vcf stored at: ' + pathToVcfFile)
}, function(err) {
  console.error('Error: ' + err)
}, 'my-contacts')

Keywords

FAQs

Package last updated on 11 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc