KCalendarCore::ScheduleMessage Class

class KCalendarCore::ScheduleMessage

A Scheduling message class. More...

Header: #include <KCalendarCore/ScheduleMessage>
CMake: find_package(KF6 REQUIRED COMPONENTS CalendarCore)
target_link_libraries(mytarget PRIVATE KF6::CalendarCore)

Public Types

Ptr
enum Status { PublishNew, PublishUpdate, Obsolete, RequestNew, RequestUpdate, Unknown }

Public Functions

ScheduleMessage(const KCalendarCore::IncidenceBase::Ptr &incidence, KCalendarCore::iTIPMethod method, KCalendarCore::ScheduleMessage::Status status)
~ScheduleMessage()
QString error() const
KCalendarCore::IncidenceBase::Ptr event() const
KCalendarCore::iTIPMethod method() const
KCalendarCore::ScheduleMessage::Status status() const

Static Public Members

QString methodName(KCalendarCore::iTIPMethod method)

Detailed Description

This class provides an encapsulation of a scheduling message. It associates an incidence with an iTIPMethod and status information.

Member Type Documentation

ScheduleMessage::Ptr

A shared pointer to a ScheduleMessage.

enum ScheduleMessage::Status

Message status.

ConstantValueDescription
KCalendarCore::ScheduleMessage::PublishNew0New message posting.
KCalendarCore::ScheduleMessage::PublishUpdate1Updated message.
KCalendarCore::ScheduleMessage::Obsolete2obsolete.
KCalendarCore::ScheduleMessage::RequestNew3Request new message posting.
KCalendarCore::ScheduleMessage::RequestUpdate4Request updated message.
KCalendarCore::ScheduleMessage::Unknown5No status.

Member Function Documentation

ScheduleMessage::ScheduleMessage(const KCalendarCore::IncidenceBase::Ptr &incidence, KCalendarCore::iTIPMethod method, KCalendarCore::ScheduleMessage::Status status)

Creates a scheduling message with method as defined in iTIPMethod and a status. incidence a pointer to a valid Incidence to be associated with this message.

method an iTIPMethod.

status a Status.

[noexcept] ScheduleMessage::~ScheduleMessage()

Destructor.

QString ScheduleMessage::error() const

Returns the error message if there is any.

KCalendarCore::IncidenceBase::Ptr ScheduleMessage::event() const

Returns the event associated with this message.

KCalendarCore::iTIPMethod ScheduleMessage::method() const

Returns the iTIP method associated with this message.

[static] QString ScheduleMessage::methodName(KCalendarCore::iTIPMethod method)

Returns a machine-readable (not translatable) name for a iTIP method.

method an iTIPMethod.

KCalendarCore::ScheduleMessage::Status ScheduleMessage::status() const

Returns the status of this message.