![]() | Command Line Arguments |
| Prev | Next |
KonsoleKalendar supports the following options:
| Option | Description |
|---|---|
| --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. |
| --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. |
| --file calendar-file | Specify a calendar file to use.
If not specified then your default KOrganizer resource is used. |
| 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 | Create a new calendar file if one does not exist. |
| --import import-file | Import this calendar to the main calendar. |
| 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 --time float or the --end-time float options. |
| --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 --time float or the --end-time float options. |
| --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). |
| 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. |
| Prev | Home | Next |
| Importing Calendars | Up | Questions and Answers |