KCal Library
KCal::FreeBusyCache Class Reference
An abstract base class to allow different implementations of storing free busy information, e.g. More...
#include <freebusycache.h>
Public Member Functions | |
| virtual FreeBusy * | loadFreeBusy (const QString &email)=0 |
| virtual bool | saveFreeBusy (FreeBusy *freebusy, const Person &person)=0 |
| virtual | ~FreeBusyCache () |
Detailed Description
An abstract base class to allow different implementations of storing free busy information, e.g.local storage or storage on a Kolab server.
Definition at line 44 of file freebusycache.h.
Constructor & Destructor Documentation
| virtual KCal::FreeBusyCache::~FreeBusyCache | ( | ) | [inline, virtual] |
Member Function Documentation
Load freebusy information belonging to an email.
- Parameters:
-
email is a QString containing a email string in the "FirstName LastName <emailaddress>" format.
The documentation for this class was generated from the following file:
KDE 4.2 API Reference