Go to the documentation of this file.
28 #ifndef _KONSOLEKALENDAR_H
29 #define _KONSOLEKALENDAR_H
31 #include <tqdatetime.h>
33 #include <kapplication.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;
|