diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-10 16:16:32 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-10 16:16:32 -0500 |
commit | 02dc85a95b228b7242b0d11ea35619faad96db03 (patch) | |
tree | e161ba877a0720bbdf7818bdec06eb239d8ad271 /ubuntu/precise/tdepim/debian/man/konsolekalendar-trinity.man | |
parent | 6f2c7dc70e77d2f768d687838b6cc9f7632f609e (diff) | |
download | tde-packaging-02dc85a95b228b7242b0d11ea35619faad96db03.tar.gz tde-packaging-02dc85a95b228b7242b0d11ea35619faad96db03.zip |
Split precise from maverick
Diffstat (limited to 'ubuntu/precise/tdepim/debian/man/konsolekalendar-trinity.man')
-rw-r--r-- | ubuntu/precise/tdepim/debian/man/konsolekalendar-trinity.man | 112 |
1 files changed, 112 insertions, 0 deletions
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<calendar-file>\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<import-file>\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<days>\fB +From start date show next # days' activities. +.TP +.B --uid \fI<uid>\fB +Event Unique-string identifier. +.TP +.B --date \fI<start-date>\fB +Start from this day [YYYY-MM-DD]. +.TP +.B --time \fI<start-time>\fB +Start from this time [HH:MM:SS]. +.TP +.B --end-date \fI<end-date>\fB +End at this day [YYYY-MM-DD]. +.TP +.B --end-time \fI<end-time>\fB +End at this time [HH:MM:SS]. +.TP +.B --epoch-start \fI<epoch-time>\fB +Start from this time [secs since epoch]. +.TP +.B --epoch-end \fI<epoch-time>\fB +End at this time [secs since epoch]. +.TP +.B --summary \fI<summary>\fB +Add summary to event (for add/change modes). +.TP +.B --description \fI<description>\fB +Add description to event (for add/change modes). +.TP +.B --location \fI<location>\fB +Add location to event (for add/change modes). +.LP + +Export options: +.TP +.B --export-type \fI<export-type>\fB +Export file type (Default: text). +.TP +.B --export-file \fI<export-file>\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'). |