calendar QML Value Type
Represents the main calendar class. More...
Import Statement: | import org.kde.kcalendarcore |
In C++: | Calendar |
Properties
- accessMode : KCalendarCore::AccessMode
- icon : Icon
- id : string
- isLoading : bool
- name : string
- owner : KCalendarCore::Person
- productId : string
Detailed Description
A calendar contains information like incidences (events, to-dos, journals), alarms, time zones, and other useful information.
This is an abstract base class defining the interface to a calendar. It is implemented by subclasses like MemoryCalendar, which use different methods to store and access the data.
Ownership of Incidences:
Incidence ownership is handled by the following policy: as soon as an incidence (or any other subclass of IncidenceBase) is added to the Calendar by an add...() method it is owned by the Calendar object. The Calendar takes care of deleting the incidence using the delete...() methods. All Incidences returned by the query functions are returned as pointers so that changes to the returned Incidences are immediately visible in the Calendar.
Property Documentation
accessMode : KCalendarCore::AccessMode |
icon : Icon |
id : string |
isLoading : bool |
name : string |
owner : KCalendarCore::Person |
productId : string |