Scroll to navigation

VOBJECT(1) User Commands VOBJECT(1)

NAME

vobject - sabre/vobject command line interface

SYNOPSIS

vobject [options] command [arguments]

OPTIONS

Don't output anything.
Display this help message.
Convert to a specific format. Must be one of: vcard, vcard21,
Makes the parser less strict. vcard30, vcard40, icalendar20, jcal, jcard, json, mimedir.
If the input format cannot be guessed from the extension, it must be specified here.
json pretty-print.

Commands:

Validates a file for correctness.
Repairs a file.
Converts a file.
Colorize a file, useful for debbugging.

If source_file is set as '-', STDIN will be used. If output_file is omitted, STDOUT will be used. All other output is sent to STDERR.

EXAMPLES

vobject convert contact.vcf contact.json
vobject convert --format=vcard40 old.vcf new.vcf
vobject convert --inputformat=json --format=mimedir - -
vobject color calendar.ics

https://github.com/fruux/sabre-vobject

April 2016 vobject 4.1.0