incidence QML Value Type
Provides the abstract base class common to non-FreeBusy (Events, To-dos, Journals) calendar components known as incidences. More...
Import Statement: | import org.kde.kcalendarcore |
In C++: | Incidence |
Properties
- attachments : list<KCalendarCore::Attachment>
- categories : list<string>
- conferences : list<KCalendarCore::Conference>
- created : date
- description : string
- geoLatitude : real
- geoLongitude : real
- hasGeo : bool
- location : string
- priority : int
- secrecy : KCalendarCore::Incidence::Secrecy
- status : KCalendarCore::Incidence::Status
- summary : string
Detailed Description
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
attachments : list<KCalendarCore::Attachment> |
categories : list<string> |
conferences : list<KCalendarCore::Conference> |
created : date |
description : string |
geoLatitude : real |
geoLongitude : real |
hasGeo : bool |
location : string |
priority : int |
secrecy : KCalendarCore::Incidence::Secrecy |
status : KCalendarCore::Incidence::Status |
summary : string |