.\"############################################################################ .\" COPYRIGHT_BEGIN .\" .\" mical .\" Minimal iCalendar utilities .\" .\" Copyright (C) 2007, David Arnold .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License, version 2, as .\" published by the Free Software Foundation. .\" .\" This program is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" COPYRIGHT_END .\"############################################################################ .\" .\" name sect foot-centre foot-left head-centre origin architecture .TH micreply 1 "26 Apr 2007" "Unix" "Unix" "Unix" "Unix" .SH NAME micreply \- respond to an iCalendar meeting invitation .SH SYNOPSIS \fBmicreply\fP [ -i index ] a[ccepted] .br \fBmicreply\fP [ -i index ] d[eclined] .\" .SH DESCRIPTION .LP iCalendar is an IETF standard for the representation of calendar-related objects, derived from the earlier vCalendar standard. iCalendar objects are used by many programs for the interchange of, primarily, meeting descriptions. .LP \fBmicreply\fP is a simple program that will parse text containing an iCalendar meeting invitation, and email a reply accepting or declining the invitation as specified. .\" .SH OPTIONS .TP 4 \fIaccepted\fP Accept the invitation. Any unambiguous abbreviation of "accepted" is recognised. .TP 4 \fIdeclined\fP Decline the invitation. Any unambiguous abbreviation of "declined" is recognised. .TP 4 \-i \fIindex\fP Reply to the invitation contained in the saved iCalendar object identified by \fIindex\fP. If no index is specified, the invitation text is read from the standard input device. .TP 4 \--help prints a simple description of legal syntax and functions. .TP 4 \--version prints the version number of the program. .SH EXIT CODES .PP .TP 8 0 Returned a result with no errors detected. .TP 8 1 Returned after detecting an error. The result could be unreliable. .\" .SH "SEE ALSO" .LP .BR micsave (1), .BR micsetup (1), .BR micshow (1) .LP \fIIETF RFC-2445, Internet Calendaring and Scheduling Core Object Specification (iCalendar)\fP .LP \fIIETF RFC-2446, iCalendar Transport-Independent Interoperability Protocol (iTTP), Scheduling Events, BusyTime, To-dos and Journal Entries\fP .\" .SH AUTHOR .PP David Arnold, (davida@pobox.com) .\" ***************************************************************