scheduler.h
virtual bool publish(IncidenceBase *incidence, const TQString &recipients)=0
iTIP publish action
virtual TQPtrList< ScheduleMessage > retrieveTransactions()=0
Retrieve incoming iTIP transactions.
This class provides an encapsulation of a scheduling message.
Definition: scheduler.h:45
Definition: alarm.h:38
virtual bool performTransaction(IncidenceBase *incidence, Method method, const TQString &recipients)=0
Perform iTIP transaction on incidence to specified recipient(s).
Definition: calendar.h:171
virtual bool performTransaction(IncidenceBase *incidence, Method method)=0
Perform iTIP transaction on incidence.
virtual TQString freeBusyDir()=0
Returns the directory where the free-busy information is stored.
This class provides the base class common to all calendar components.
Definition: incidencebase.h:46
static TQString statusName(Status status)
Return a human-readable name for an iTIP message status.
Definition: scheduler.cpp:49
ScheduleMessage(IncidenceBase *, int method, Status status)
Create a scheduling message with method as defined in Scheduler::Method and a status.
Definition: scheduler.cpp:42