akonadi
Akonadi::FreeBusyProviderBasePrivate Class Reference
#include <freebusyproviderbase_p.h>
Inherits QObject, and QObject.
Signals | |
void | freeBusyRetrieved (const QString &email, const QString &freeBusy, bool success, const QString &errorText) |
void | freeBusyRetrieved (const QString &email, const QString &freeBusy, bool success, const QString &errorText) |
void | handlesFreeBusy (const QString &email, bool handles) |
void | handlesFreeBusy (const QString &email, bool handles) |
Public Member Functions | |
FreeBusyProviderBasePrivate (FreeBusyProviderBase *qq) | |
FreeBusyProviderBasePrivate (FreeBusyProviderBase *qq) | |
Detailed Description
This class implements the D-Bus interface of FreeBusyProviderBase
- Since
- 4.7
Definition at line 38 of file calendar/freebusyproviderbase_p.h.
Constructor & Destructor Documentation
◆ FreeBusyProviderBasePrivate()
|
explicit |
Definition at line 30 of file calendar/freebusyproviderbase.cpp.
Member Function Documentation
◆ freeBusyRetrieved [1/2]
|
signal |
This signal gets emitted when the resource answered the free-busy retrieval request.
- Parameters
-
email The email address of the contact the resource answers for. freeBusy The free-busy data in iCal format. success Whether the retrieval was successful or not. errorText A human friendly error message in case something went wrong.
◆ freeBusyRetrieved [2/2]
|
signal |
This signal gets emitted when the resource answered the free-busy retrieval request.
- Parameters
-
email The email address of the contact the resource answers for. freeBusy The free-busy data in iCal format. success Whether the retrieval was successful or not. errorText A human friendly error message in case something went wrong.
◆ handlesFreeBusy [1/2]
|
signal |
This signal gets emitted when the resource answered the free-busy handling request.
- Parameters
-
email The email address of the contact the resource answered for. handles Whether the resource handles free-busy information (true) or not (false).
◆ handlesFreeBusy [2/2]
|
signal |
This signal gets emitted when the resource answered the free-busy handling request.
- Parameters
-
email The email address of the contact the resource answered for. handles Whether the resource handles free-busy information (true) or not (false).
The documentation for this class was generated from the following files:
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.