Go to the documentation of this file.
28 #ifndef _KONSOLEKALENDAR_H
29 #define _KONSOLEKALENDAR_H
31 #include <tqdatetime.h>
33 #include <tdeapplication.h>
35 #include <libkcal/calendarlocal.h>
36 #include <libkcal/resourcecalendar.h>
37 #include <libkcal/event.h>
96 bool isEvent( TQDateTime startdate, TQDateTime enddate, TQString summary );
116 bool printEventList( TQTextStream *ts, Event::List *eventList, TQDate dt );
124 bool printEvent( TQTextStream *ts, Event *event, TQDate dt );
134 ResourceCalendar *m_Calendar;
bool deleteEvent()
Delete event.
bool importCalendar()
Imports calendar file.
This class provides all the variables for the program.
bool addEvent()
Add event to calendar.
bool createCalendar()
Creates calendar file (If it doesn't exists)
bool showInstance()
Visualize what we need.
bool isEvent(TQDateTime startdate, TQDateTime enddate, TQString summary)
Detect if event already exists.
bool changeEvent()
Change event.
KonsoleKalendar(KonsoleKalendarVariables *variables)
Constructs a KonsoleKalendar object from command line arguments.
The base class of the project.
~KonsoleKalendar()
Destructor.