Akonadi Calendar
freebusyproviderbase.h
114 virtual void retrieveFreeBusy(const QString &email, const QDateTime &start, const QDateTime &end) = 0;
134 void freeBusyRetrieved(const QString &email, const QString &freeBusy, bool success, const QString &errorText = QString());
virtual ~FreeBusyProviderBase()
Destroys a FreeBusyProvider.
void freeBusyRetrieved(const QString &email, const QString &freeBusy, bool success, const QString &errorText=QString())
Derivate classes must call this method to notify the requestor that the result is here.
Definition freebusyproviderbase.cpp:52
void handlesFreeBusy(const QString &email, bool handles) const
Derivate classes must call this method once they know if they handle free-busy information for the co...
Definition freebusyproviderbase.cpp:47
virtual QDateTime lastCacheUpdate() const =0
Returns the last time the free-busy information was fetched from the server.
virtual void retrieveFreeBusy(const QString &email, const QDateTime &start, const QDateTime &end)=0
This method is called when the resource must do the real work and fetch the free-busy information for...
virtual void canHandleFreeBusy(const QString &email) const =0
This method is called to find out is the resource handle free-busy information for the contact with e...
Q_SCRIPTABLE QString start(QString train="")
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:53:46 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:53:46 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.