KCalCore Library
attendee.cpp
Go to the documentation of this file.
void setStatus(PartStat status)
Sets the PartStat of the attendee to status.
Definition: attendee.cpp:184
This file is part of the API for handling calendar data and defines the Attendee class.
QString toUpper() const
Attendee(const QString &name, const QString &email, bool rsvp=false, PartStat status=None, Role role=ReqParticipant, const QString &uid=QString())
Constructs an attendee consisting of a Person name (name) and email address (email); invitation statu...
Definition: attendee.cpp:119
void setEmail(const QString &email)
Sets the email address for this person to email.
Definition: person.cpp:146
void setCustomProperty(const QByteArray &xname, const QString &xvalue)
Adds a custom property.
Definition: attendee.cpp:254
void setCuType(CuType cuType)
Sets the CuType of the attendee to cuType.
Definition: attendee.cpp:194
Attendee & operator=(const Attendee &attendee)
Sets this attendee equal to attendee.
Definition: attendee.cpp:161
bool startsWith(const QString &s, Qt::CaseSensitivity cs) const
KCALCORE_EXPORT QDataStream & operator>>(QDataStream &in, const KCalCore::Alarm::Ptr &)
Alarm deserializer.
Definition: alarm.cpp:863
A class to manage custom calendar properties.
Definition: customproperties.h:51
bool operator!=(const Attendee &attendee) const
Compares this with attendee for inequality.
Definition: attendee.cpp:156
bool operator==(const Attendee &attendee) const
Compares this with attendee for equality.
Definition: attendee.cpp:143
CustomProperties & customProperties()
Returns a reference to the CustomProperties object.
Definition: attendee.cpp:259
Represents information related to an attendee of an Calendar Incidence, typically a meeting or task (...
Definition: attendee.h:57
KCALCORE_EXPORT QDataStream & operator<<(QDataStream &out, const KCalCore::Alarm::Ptr &)
Alarm serializer.
Definition: alarm.cpp:853
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:36:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:36:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.