KCalendarCore
#include "attendee.h"
#include "customproperties.h"
#include "duration.h"
#include "person.h"
#include <QDataStream>
#include <QDateTime>
#include <QSet>
#include <QSharedPointer>
#include <QUrl>


Go to the source code of this file.
Classes | |
class | KCalendarCore::IncidenceBase |
class | KCalendarCore::IncidenceBase::IncidenceObserver |
Namespaces | |
KCalendarCore | |
Typedefs | |
typedef QList< QDate > | KCalendarCore::DateList |
typedef QList< QDateTime > | KCalendarCore::DateTimeList |
Functions | |
KCALENDARCORE_EXPORT bool | KCalendarCore::identical (QDateTime, QDateTime) |
KCALENDARCORE_EXPORT QDataStream & | KCalendarCore::operator<< (QDataStream &out, const KCalendarCore::IncidenceBase::Ptr &) |
KCALENDARCORE_EXPORT QDataStream & | KCalendarCore::operator>> (QDataStream &in, KCalendarCore::IncidenceBase::Ptr &) |
Detailed Description
This file is part of the API for handling calendar data and defines the IncidenceBase class.
incidence: General term for a calendar component. Examples are events, to-dos, and journals.
event: An incidence that has a start and end time, typically representing some occurrence of social or personal importance. May be recurring. Examples are appointments, meetings, or holidays.
to-do: An incidence that has an optional start time and an optional due time typically representing some undertaking to be performed. May be recurring. Examples are "fix the bug" or "pay the bills".
todo: See to-do.
journal: An incidence with a start date that represents a diary or daily record of one's activities. May not be recurring.
Definition in file incidencebase.h.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Sep 30 2023 03:58:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.