Incidenceeditor
incidencedefaults.h
99 [[nodiscard]] static IncidenceDefaults minimalIncidenceDefaults(bool cleanupAttachmentTempFiles = false);
void setAttendees(const QStringList &attendees)
Sets the attendees that are added by default to incidences.
Definition incidencedefaults.cpp:315
void setFullEmails(const QStringList &fullEmails)
Sets the list of identities to be used for the user.
Definition incidencedefaults.cpp:328
static IncidenceDefaults minimalIncidenceDefaults(bool cleanupAttachmentTempFiles=false)
Returns minimal incidence defaults: e-mails and groupware domain.
Definition incidencedefaults.cpp:416
void setGroupWareDomain(const QString &domain)
This is used to do a smarter guess about which identity to use for the organizer.
Definition incidencedefaults.cpp:334
void setStartDateTime(const QDateTime &startDT)
Set the start date/time to use for passed incidences.
Definition incidencedefaults.cpp:346
IncidenceDefaults(bool cleanupAttachmentTEmporaryFiles=false)
IncidenceDefaults.
Definition incidencedefaults.cpp:234
void setEndDateTime(const QDateTime &endDT)
Set the end date/time to use for passed incidences.
Definition incidencedefaults.cpp:352
void setDefaults(const KCalendarCore::Incidence::Ptr &incidence) const
Sets the default values for.
Definition incidencedefaults.cpp:358
void setAttachments(const QStringList &attachments, const QStringList &attachmentMimetypes=QStringList(), const QStringList &attachmentLabels=QStringList(), bool inlineAttachment=false)
Sets the attachments that are added by default to incidences.
Definition incidencedefaults.cpp:256
void setRelatedIncidence(const KCalendarCore::Incidence::Ptr &incidence)
Sets the incidence related to the incidence for which to set the defaults.
Definition incidencedefaults.cpp:340
QSharedPointer< Incidence > Ptr
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:48 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:48 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.