Scroll to navigation

VOBJECT3(1) User Commands VOBJECT3(1)

NAME

vobject3 - sabre/vobject command line interface

SYNOPSIS

vobject3 [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

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

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

April 2016 vobject3 3.5.2