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
- allDay : bool
- attendees : list<KCalendarCore::Attendee>
- dtStart : date
- lastModified : date
- organizer : KCalendarCore::Person
- uid : string
- url : url
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:
- IncidenceBase
- FreeBusy
- Incidence
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> |
dtStart : date |
lastModified : date |
organizer : KCalendarCore::Person |
uid : string |
url : url |