korganizer
FreeBusyManager Class Reference
Inheritance diagram for FreeBusyManager:

Detailed Description
Definition at line 78 of file freebusymanager.h.
Public Slots | |
void | slotPerhapsUploadFB () |
Signals | |
void | freeBusyRetrieved (KCal::FreeBusy *, const QString &email) |
Public Member Functions | |
FreeBusyManager (QObject *parent, const char *name) | |
void | setCalendar (KCal::Calendar *) |
void | publishFreeBusy () |
bool | retrieveFreeBusy (const QString &email) |
void | cancelRetrieval () |
KCal::FreeBusy * | iCalToFreeBusy (const QCString &data) |
KCal::FreeBusy * | loadFreeBusy (const QString &email) |
bool | saveFreeBusy (KCal::FreeBusy *freebusy, const KCal::Person &person) |
KURL | freeBusyUrl (const QString &email) |
QString | freeBusyDir () |
Protected Slots | |
bool | processRetrieveQueue () |
Protected Member Functions | |
void | timerEvent (QTimerEvent *) |
QString | ownerFreeBusyAsString () |
KCal::FreeBusy * | ownerFreeBusy () |
QString | freeBusyToIcal (KCal::FreeBusy *) |
Member Function Documentation
|
Return directory used for stroing free/busy information.
Definition at line 479 of file freebusymanager.cpp. |
|
This signal is emitted to return results of free/busy requests.
|
|
Convert free/busy object to iCalendar string.
Definition at line 155 of file freebusymanager.cpp. |
|
Return URL of freeBusy information for given email address.
Definition at line 392 of file freebusymanager.cpp. |
|
Load freebusy information belonging to email.
Implements KCal::FreeBusyCache. Definition at line 484 of file freebusymanager.cpp. |
|
Return free/busy list of calendar owner.
Definition at line 132 of file freebusymanager.cpp. |
|
Return free/busy list of calendar owner as iCalendar string.
Definition at line 144 of file freebusymanager.cpp. |
|
KOrganizer publishes the free/busy list. This method is called when the user has selected to publish its free/busy list or when the delay have passed. Definition at line 214 of file freebusymanager.cpp. |
|
KOrganizer downloads somebody else's free/busy list The call is asynchronous, and upon download, the receivers slot specified by member will be called. The slot should be of type "member(const QString&, KCal::FreeBusy*)" Return true if a download is initiated, and false otherwise Definition at line 329 of file freebusymanager.cpp. |
|
Store freebusy information belonging to email.
Implements KCal::FreeBusyCache. Definition at line 509 of file freebusymanager.cpp. |
The documentation for this class was generated from the following files: