KonsoleKalendar: Difference between revisions
OpenIDUser53 (talk | contribs) (New page: konsolekalendar is an application to administer a calendar without a graphical user interface. konsolekalendar's syntax must be learned first. So, here is a short introduction how you can ...) |
m (Add Language Bar Template, simplify English) |
||
Line 1: | Line 1: | ||
konsolekalendar is an application to administer a calendar without a graphical user interface. konsolekalendar's syntax must be learned first. | {{Template:I18n/Language Navigation Bar|KonsoleKalendar}} | ||
konsolekalendar is an application to administer a calendar without a graphical user interface. konsolekalendar's syntax must be learned first. | |||
Here is a short introduction to using konsolekalendar. | |||
* Add a calendar entry | * Add a calendar entry | ||
konsolekalendar --add --summary abcd | konsolekalendar --add --summary abcd | ||
* Show all calendar entries | * Show all calendar entries | ||
konsolekalendar --all 2>errorlog | konsolekalendar --all 2>errorlog | ||
* Show your calendar file | * Show your calendar file | ||
konsolekalendar --view 2>&1 | grep resource | grep konsolekalendar | konsolekalendar --view 2>&1 | grep resource | grep konsolekalendar |
Revision as of 17:13, 22 November 2008
Template:I18n/Language Navigation Bar
konsolekalendar is an application to administer a calendar without a graphical user interface. konsolekalendar's syntax must be learned first.
Here is a short introduction to using konsolekalendar.
- Add a calendar entry
konsolekalendar --add --summary abcd
- Show all calendar entries
konsolekalendar --all 2>errorlog
- Show your calendar file
konsolekalendar --view 2>&1 | grep resource | grep konsolekalendar