KonsoleKalendar can insert events into a KDE calendar or calendar
resource using the --add
command line argument.
Events successfully inserted will be immediately shown by KDE calendar
applications (like KOrganizer).
In the following example, an event starting on 2003-06-04 (June 4, 2003) at 1000 and ending at 1200 with summary "Doctor Visit" will be inserted into the user's default calendar resource:
%
konsolekalendar
--add
--date
2003-06-04
--time
\10:00
--end-time
12:00
--summary
"Doctor Visit"
In this example, a birthday event is added into the user's default calendar resource:
%
konsolekalendar
--add
--date
2003-06-06
--summary
\"My Birthday"
--description
"Party Time"
Here a one week vacation is inserted into a shared vacation
calendar:
%
konsolekalendar
--add
--file
vacation.ics
--date
\2003-08-01
--end-date
2003-08-07
--summary
"Vacation"
--description
"Nobody will ever find me!"
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team