akonadi
calendar/freebusyproviderbase.h
127 virtual void retrieveFreeBusy(const QString &email, const KDateTime &start, const KDateTime &end) = 0;
147 void freeBusyRetrieved(const QString &email, const QString &freeBusy, bool success, const QString &errorText = QString());
Base class for resources providing free-busy information.
Definition: calendar/freebusyproviderbase.h:55
virtual KDateTime lastCacheUpdate() const =0
Returns the last time the free-busy information was fetched from the server.
virtual void retrieveFreeBusy(const QString &email, const KDateTime &start, const KDateTime &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...
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.