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.
Member Function Documentation
void Akonadi::FreeBusyProviderBasePrivate::freeBusyRetrieved | ( | const QString & | email, |
const QString & | freeBusy, | ||
bool | success, | ||
const QString & | errorText | ||
) | [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.
void Akonadi::FreeBusyProviderBasePrivate::freeBusyRetrieved | ( | const QString & | email, |
const QString & | freeBusy, | ||
bool | success, | ||
const QString & | errorText | ||
) | [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.
void Akonadi::FreeBusyProviderBasePrivate::handlesFreeBusy | ( | const QString & | email, |
bool | handles | ||
) | [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). identifier The resource identifier
void Akonadi::FreeBusyProviderBasePrivate::handlesFreeBusy | ( | const QString & | email, |
bool | handles | ||
) | [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). identifier The resource identifier
The documentation for this class was generated from the following files: