akonadi
scheduler_p.h
This class provides an encapsulation of iTIP transactions (RFC 2446).
Definition scheduler_p.h:44
virtual void publish(const KCalCore::IncidenceBase::Ptr &incidence, const QString &recipients)=0
Notify recipients about incidence.
void setFreeBusyCache(KCalCore::FreeBusyCache *)
Sets the free/busy cache used to store free/busy information.
virtual void performTransaction(const KCalCore::IncidenceBase::Ptr &incidence, KCalCore::iTIPMethod method)=0
Performs iTIP transaction on incidence.
void acceptTransaction(const KCalCore::IncidenceBase::Ptr &incidence, const Akonadi::CalendarBase::Ptr &calendar, KCalCore::iTIPMethod method, KCalCore::ScheduleMessage::Status status, const QString &email=QString())
Accepts the transaction.
Scheduler(QObject *parent=0)
Creates a scheduler for calendar specified as argument.
KCalCore::FreeBusyCache * freeBusyCache() const
Returns the free/busy cache.
virtual void performTransaction(const KCalCore::IncidenceBase::Ptr &incidence, KCalCore::iTIPMethod method, const QString &recipients)=0
Performs iTIP transaction on incidence to specified recipient(s).
virtual QString freeBusyDir() const =0
Returns the directory where the free-busy information is stored.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.