attendee.h File Reference
This file is part of the API for handling calendar data and defines the Attendee class. More...
#include <QtCore/QMetaType>
#include "kcalcore_export.h"
#include "customproperties.h"
#include "person.h"
Include dependency graph for attendee.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | KCalCore::Attendee |
Represents information related to an attendee of an Calendar Incidence, typically a meeting or task (to-do). More... | |
Namespaces | |
namespace | KCalCore |
Functions | |
KCALCORE_EXPORT QDataStream & | KCalCore::operator<< (QDataStream &stream, const KCalCore::Attendee::Ptr &attendee) |
KCALCORE_EXPORT QDataStream & | KCalCore::operator>> (QDataStream &stream, KCalCore::Attendee::Ptr &attendee) |
Detailed Description
This file is part of the API for handling calendar data and defines the Attendee class.
Definition in file attendee.h.