NAME

vcal - Display the data in a vcalendar or icalendar file

SYNOPSIS

  vcal [options] <files>

DESCRIPTION

vcal parses a file for a vcalendar or icalendar record and displays the selected fields from the record.

Normally, vcal uses the specified files as absolute or relative paths, depending on how they are given on the command line. However, if the -mh flag is given, the current MH mailbox is searched for the specified files. The mhpath command is used to determine the absolute path to the files. If a single dash is given as a filename, then the vcalendar data will be read from standard input.

vcal takes options to allow selective display of the calendar data. If no options are given, then it is as if the -start, -end, and -summary options are given.

OPTIONS

vcal takes the following options:

ACKNOWLEDGMENTS

Thanks to Dr.-Ing. Torsten Finke (torsten.finke@igh-essen.com) for suggesting the case-insensitive checking for "mailto". This was added in version 2.3.

Thanks to Beat Vontobel (b.vontobel@meteonews.ch) for the patch for the -location option. The patch (used by permission) was added in version 2.4.

Thanks to Ivo Ihrke (ivo.ihrke@inria.fr) for the patch for reading the calendar data if the input file is a dash. The patch (used by permission) was added in version 2.5.

Thanks to Matthias Gay (gay.matthias@gmail.com) for the UTC and timezone patches. These patches (used by permission) were added in version 2.6.

AUTHOR

Wayne Morrison, wayne@waynemorrison.com

LICENSE

Copyright 2009-2018 Wayne Morrison Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.