incidenceBase QML Value Type

An abstract class that provides a common base for all calendar incidence classes. More...

Import Statement: import org.kde.kcalendarcore
In C++: IncidenceBase

Properties

Detailed Description

define: organizer (person) define: uid (same as the attendee uid?)

Several properties are not allowed for VFREEBUSY objects (see rfc:2445), so they are not in IncidenceBase. The hierarchy is:

So IncidenceBase contains all properties that are common to all classes, and Incidence contains all additional properties that are common to Events, Todos and Journals, but are not allowed for FreeBusy entries.

Property Documentation

allDay : bool


attendees : list<KCalendarCore::Attendee> [read-only]


dtStart : date


lastModified : date


organizer : KCalendarCore::Person


uid : string


url : url