Command Line Arguments
KonsoleKalendar supports the following options:
Option | Description |
---|---|
Generic options: | |
--help, --help-all | Shows help about the program options. |
--author | Shows the program author information. |
-v, --version | Shows the program version information. |
--license | Shows the program license information. |
Options: | |
--verbose | Print helpful runtime messages. |
--dry-run | Print what would have been done, but do not execute. Do not change any files; do not insert, remove, modify any existing files, nor create any new files. |
--allow-gui | Permit resources which might need an interactive user interface. In normal operation, only resources which never will require a user interface are used (like file-based calendars). |
Incidence types (these options can be combined): | |
--event | Operate for Events only (Default). |
--todo | Operate for Todos only. (Not implemented) |
--journal | Operate for Journals only. (Not implemented) |
Major Operation Modes: | |
--view | Print calendar events in specified export format. |
--add | Insert an event into the calendar. |
--change | Modify an existing calendar event. |
--delete | Remove an existing calendar event. |
--create
filename
| Create a new calendar from existing file. |
--import
import-file | Import this calendar to the main calendar. |
--list-calendars | List available calendars. |
Operation modifiers: | |
--all | View all calendar entries. |
--next | View next activity in calendar. |
--show-next
days | Starting at specified date show next # days' activities. |
--uid
UID | View, delete, or change the event with this Unique-string IDentifier. |
--date
date | Start at this day [YYYY-MM-DD]. Default date is Today |
--time
time | Start at this time [HH:MM]. Default time for viewing is 07:00.
To add or change a floating event, use the |
--end-date
end-date | End at this day [YYYY-MM-DD]. Default is set by --date . |
--end-time
end-time | End at this time [HH:MM]. Default end-time for viewing is 17:00.
To add or change a floating event, use the |
--epoch-start
epoch-time | Start at this time [seconds since epoch]. |
--epoch-end
epoch-time | End at this time [seconds since epoch]. |
--summary
summary | Add summary to event (works with add and change). |
--description
description | Add description to event (works with add and change). |
--location
location | Add location to event (works with add and change). |
--calendar
id | Specify a calendar to use.
If not specified then your default KOrganizer resource is used. |
Export options: | |
--export-type
export-type | Export file type. Default export file type is Text |
--export-file
export-file | Export to file. By default, output is written to standard output. |
--export-list | Print list of export types supported and exit. |