Kgapi
calendar/event.cpp
void setCustomProperty(const QByteArray &app, const QByteArray &key, const QString &value)
QString customProperty(const QByteArray &app, const QByteArray &key) const
IncidenceType type() const override
QString uid() const
void setId(const QString &id)
Sets event ID used by Google to identify the event in calendar.
Definition calendar/event.cpp:103
bool useDefaultReminders() const
Returns whether the event should use calendar's default reminders.
Definition calendar/event.cpp:77
QString hangoutLink() const
Returns the hangout link for Google Meet.
Definition calendar/event.cpp:108
void setUseDefaultReminders(bool useDefault)
Sets whether the event should use calendar's default reminders.
Definition calendar/event.cpp:87
void setHangoutLink(const QString &id)
Sets the hangout link for Google Meet.
Definition calendar/event.cpp:113
QString id() const
Returns ID used by Google to identify the event in calendar.
Definition calendar/event.cpp:92
QString eventTypeToString(Event::EventType eventType)
Converts event type enum value to string.
Definition calendarservice.cpp:831
Event::EventType eventTypeFromString(const QString &eventType)
Converts event type string to enum value.
Definition calendarservice.cpp:848
bool isEmpty() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.