Kgapi
calendar/event.cpp
QString id() const
Returns ID used by Google to identify the event in calendar.
Definition: calendar/event.cpp:91
void setId(const QString &id)
Sets event ID used by Google to identify the event in calendar.
Definition: calendar/event.cpp:102
void setCustomProperty(const QByteArray &app, const QByteArray &key, const QString &value)
bool isEmpty() const const
void setUseDefaultReminders(bool useDefault)
Sets whether the event should use calendar's default reminders.
Definition: calendar/event.cpp:86
void setHangoutLink(const QString &id)
Sets the hangout link for Google Meet.
Definition: calendar/event.cpp:112
QString uid() const
bool useDefaultReminders() const
Returns whether the event should use calendar's default reminders.
Definition: calendar/event.cpp:76
QString hangoutLink() const
Returns the hangout link for Google Meet.
Definition: calendar/event.cpp:107
QString customProperty(const QByteArray &app, const QByteArray &key) const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:01:04 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:01:04 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.