11#include "kgapicalendar_export.h"
16#include <QScopedPointer>
45 bool operator==(
const Calendar &other)
const;
50 [[nodiscard]]
QString uid()
const;
57 void setUid(
const QString &uid);
62 [[nodiscard]]
QString title()
const;
69 void setTitle(
const QString &title);
74 [[nodiscard]]
QString details()
const;
81 void setDetails(
const QString &details);
86 [[nodiscard]]
QString location()
const;
93 void setLocation(
const QString &location);
98 [[nodiscard]]
QString timezone()
const;
105 void setTimezone(
const QString &timezone);
110 [[nodiscard]]
bool editable()
const;
117 void setEditable(
const bool editable);
131 void addDefaultReminer(
const ReminderPtr &reminder);
143 [[nodiscard]]
QColor backgroundColor()
const;
152 void setBackgroundColor(
const QColor &color);
159 [[nodiscard]]
QColor foregroundColor()
const;
168 void setForegroundColor(
const QColor &color);
An object that represents a Google calendar.
~Calendar() override
Destructor.
Base class for all objects.
A job to fetch a single map tile described by a StaticMapUrl.
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
KDE's Doxygen guidelines are available online.