akonadi
itiphandlerhelper_p.h
82 };
This class handles sending of invitations to attendees when Incidences (e.g.
Definition: itiphandlerhelper_p.h:67
ITIPHandlerHelper::SendResult sendIncidenceCreatedMessage(KCalCore::iTIPMethod method, const KCalCore::Incidence::Ptr &incidence)
Handles sending of invitations for newly created incidences.
ITIPHandlerHelper::SendResult sendIncidenceModifiedMessage(KCalCore::iTIPMethod method, const KCalCore::Incidence::Ptr &incidence, bool attendeeStatusChanged)
Handles sending of invitations for modified incidences.
@ ResultCanceled
Sending was canceled by the user, meaning there are local changes of which other attendees are not aw...
Definition: itiphandlerhelper_p.h:74
@ ResultNoSendingNeeded
In some cases it is not needed to send an invitation (e.g.
Definition: itiphandlerhelper_p.h:78
@ ResultFailAbortUpdate
Sending failed, the changes to the incidence must be undone.
Definition: itiphandlerhelper_p.h:77
@ ResultFailKeepUpdate
Sending failed, the changes to the incidence must be kept.
Definition: itiphandlerhelper_p.h:76
void setDialogParent(QWidget *parent)
Before an invitation is sent the user is asked for confirmation by means of an dialog.
void setDefaultAction(Action action)
When an Incidence is created/modified/deleted the user can choose to send an ICal message to the othe...
ITIPHandlerHelper::SendResult sendIncidenceDeletedMessage(KCalCore::iTIPMethod method, const KCalCore::Incidence::Ptr &incidence)
Handles sending of ivitations for deleted incidences.
ITIPHandlerHelper::SendResult sendCounterProposal(const KCalCore::Incidence::Ptr &oldIncidence, const KCalCore::Incidence::Ptr &newIncidence)
Send counter proposal message.
bool handleIncidenceAboutToBeModified(const KCalCore::Incidence::Ptr &incidence)
Checks if the incidence should really be modified.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.