OrganizerItemThe OrganizerItem element represents the in-memory version of a organizer item. More... Properties
Methods
Detailed DescriptionA OrganizerItem has a number of mandatory details. Different subclasses of OrganizerItem (i.e., Event, EventOccurrence, Journal, Todo, TodoOccurrence, Note) may have more mandatory details. Most frequently-used details can also be accessed through convenient properties, e.g. displayLabel, while all details can be accessed through detail(), details(), saveDetail(), among others. See also Event, EventOccurrence, Journal, Todo, TodoOccurrence, Note, QOrganizerManager, and QOrganizerItem. Property DocumentationThis property holds the id of collection where the item belongs to. This property holds the description text of the organizer item. This property holds the display label of the organizer item. This property holds the GUID string of the organizer item. This property holds the details of the OrganizerItem object. This property holds the id of the OrganizerItem object. This property holds the type of the OrganizerItem object. This property holds the manager uri which the OrganizerItem object comes from. This property holds the dirty flag of the OrganizerItem object. See also OrganizerItem::save. Method DocumentationRemoves all details from the organizer item. See also OrganizerItem::removeDetail(). Saves this OrganizerItem if the item has been modified. See also OrganizerItem::modified. |