From 02dc85a95b228b7242b0d11ea35619faad96db03 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 10 Sep 2012 16:16:32 -0500 Subject: Split precise from maverick --- .../tdepim/debian/man/konsolekalendar-trinity.man | 112 +++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 ubuntu/precise/tdepim/debian/man/konsolekalendar-trinity.man (limited to 'ubuntu/precise/tdepim/debian/man/konsolekalendar-trinity.man') diff --git a/ubuntu/precise/tdepim/debian/man/konsolekalendar-trinity.man b/ubuntu/precise/tdepim/debian/man/konsolekalendar-trinity.man new file mode 100644 index 000000000..7d8f7efab --- /dev/null +++ b/ubuntu/precise/tdepim/debian/man/konsolekalendar-trinity.man @@ -0,0 +1,112 @@ +.TH KONSOLEKALENDAR 1 +.SH NAME +konsolekalendar \- Command line interface to KDE calendars +.SH SYNOPSIS +.B konsolekalendar +.I [Qt-options] [KDE-options] [options] +.SH DESCRIPTION +.B KonsoleKalendar +is a command line interface to KDE calendars. It lets you view, insert, +remove, or modify calendar events by way of the command line or from a +scripting language. Additionally, +.B KonsoleKalendar +can create a new KDE calendar, export a KDE calendar to a variety of other +formats, and import another KDE calendar. +.SH PROGRAM OPTIONS +.TP +.B --verbose +Print helpful runtime messages. +.TP +.B --dry-run +Print what would have been done, but do not execute +.TP +.B --file \fI\fB +Specify which calendar you want to use. +.LP + +Major operation modes: +.TP +.B --view +Print calendar events in specified export format. +.TP +.B --add +Insert an event into the calendar. +.TP +.B --change +Modify an existing calendar event. +.TP +.B --delete +Remove an existing calendar event. +.TP +.B --create +Create new calendar file if one does not exist. +.TP +.B --import \fI\fB +Import this calendar to main calendar. +.LP + +Operation modifiers: +.TP +.B --all +View all calendar entries +.TP +.B --next +View next activity in calendar. +.TP +.B --show-next \fI\fB +From start date show next # days' activities. +.TP +.B --uid \fI\fB +Event Unique-string identifier. +.TP +.B --date \fI\fB +Start from this day [YYYY-MM-DD]. +.TP +.B --time \fI\fB +Start from this time [HH:MM:SS]. +.TP +.B --end-date \fI\fB +End at this day [YYYY-MM-DD]. +.TP +.B --end-time \fI\fB +End at this time [HH:MM:SS]. +.TP +.B --epoch-start \fI\fB +Start from this time [secs since epoch]. +.TP +.B --epoch-end \fI\fB +End at this time [secs since epoch]. +.TP +.B --summary \fI\fB +Add summary to event (for add/change modes). +.TP +.B --description \fI\fB +Add description to event (for add/change modes). +.TP +.B --location \fI\fB +Add location to event (for add/change modes). +.LP + +Export options: +.TP +.B --export-type \fI\fB +Export file type (Default: text). +.TP +.B --export-file \fI\fB +Export to file (Default: stdout). +.TP +.B --export-list +Print list of export types supported and exit. +.so kdeopt.part +.SH EXAMPLES +konsolekalendar --view + +konsolekalendar --add --date 2003-06-04 --time 10:00 --end-time 12:00 +--summary "Doctor Visit" --description "Get My Head Examined" + +konsolekalendar --delete --uid KOrganizer-1740326.803 +.SH SEE ALSO +More detailed user documentation is available from +.BR help:/konsolekalendar +(either enter this URL into \fBkonqueror\fP, or run `khelpcenter +help:/konsolekalendar'). -- cgit v1.2.1