MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QtOrganizer Module

The QtOrganizer module offers classes that allow you to manage calendar, scheduling and personal data. More...

Classes

QOrganizerAbstractRequest

Mechanism for asynchronous requests to be made of a manager if it supports them

QOrganizerCollection

Represents a collection of items in a manager

QOrganizerCollectionChangeSet

Simple API to simplify the emission of state-change signals from QOrganizerManagerEngine implementations

QOrganizerCollectionEngineId

Uniquely identifies an item within a particular engine plugin

QOrganizerCollectionFetchRequest

Allows a client to asynchronously request collections from an organizer manager

QOrganizerCollectionId

Information that uniquely identifies a collection in a particular manager

QOrganizerCollectionRemoveRequest

Allows a client to asynchronously request organizeritems from a organizeritems store manager

QOrganizerCollectionSaveRequest

Allows a client to asynchronously request organizeritems from a organizeritems store manager

QOrganizerEvent

Event in time which may reoccur

QOrganizerEventOccurrence

Occurrence of an event

QOrganizerEventTime

Contains the start and end dates and times of a recurring event series, or occurrence of an event

QOrganizerItem

Represents an event, todo, note, or journal entry

QOrganizerItemAudibleReminder

Contains information about an audible reminder of an item

QOrganizerItemChangeLogFilter

Filter based around a organizer item timestamp criterion

QOrganizerItemChangeSet

Simple API to simplify the emission of state-change signals from QOrganizerManagerEngine implementations

QOrganizerItemCollectionFilter

Filter based around a list of organizeritem ids

QOrganizerItemComment

Contains some arbitrary information which is relevant to the organizer item

QOrganizerItemDescription

Contains some arbitrary information which is relevant to the organizer item

QOrganizerItemDetail

Represents a single, complete detail about an organizer item

QOrganizerItemDetailDefinition

The specification for fields in a detail

QOrganizerItemDetailDefinitionFetchRequest

Allows a client to asynchronously request detail definitions from an organizer item store manager

QOrganizerItemDetailDefinitionRemoveRequest

Allows a client to asynchronously request that certain detail definitions be removed from an organizer item manager

QOrganizerItemDetailDefinitionSaveRequest

Allows a client to asynchronously request that certain detail definitions be saved in an organizer item store manager

QOrganizerItemDetailFieldDefinition

Field in a QOrganizerItemDetail

QOrganizerItemDetailFilter

Filter based around a detail value criterion

QOrganizerItemDetailRangeFilter

Filter based around a detail value range criterion

QOrganizerItemDisplayLabel

Contains the backend-synthesized display label of the organizer item

QOrganizerItemEmailReminder

Contains information about an email reminder of an item

QOrganizerItemEngineId

Uniquely identifies an item within a particular engine plugin

QOrganizerItemFetchByIdRequest

Allows a client to asynchronously request items from a items store manager, given a list of item IDs

QOrganizerItemFetchForExportRequest

Allows a client to asynchronously request organizer items from an organizer item store manager

QOrganizerItemFetchHint

Hints to the manager about which organizer item information needs to be retrieved in an asynchronous fetch request or a synchronous function call

QOrganizerItemFetchRequest

Allows a client to asynchronously request organizer items from an organizer item store manager

QOrganizerItemFilter

Used to select organizer items made available through a QOrganizerManager

QOrganizerItemGuid

Contains the globally unique identifier of the organizer item, which can be used for synchronization purposes

QOrganizerItemId

Information that uniquely identifies an organizer item in a particular manager

QOrganizerItemIdFetchRequest

Allows a client to asynchronously request a list of organizer item ids from a organizer item store manager

QOrganizerItemIdFilter

Filter based around a list of organizer item ids

QOrganizerItemIntersectionFilter

Filter which intersects the results of other filters

QOrganizerItemInvalidEngine

Implementation of QOrganizerManagerEngine whose functions always return an error

QOrganizerItemInvalidFilter

Matches no organizeritems

QOrganizerItemLocation

Contains information about a location which is related to the organizer item in some manner

QOrganizerItemObserver

Simple class that emits a signal when a single particular item is updated or deleted

QOrganizerItemOccurrenceFetchRequest

Allows a client to asynchronously request occurrences generated by a recurring item

QOrganizerItemParent

Contains information about the event or todo that generated this item

QOrganizerItemPriority

Contains the priority of the organizer item, which may be used to resolve scheduling conflicts

QOrganizerItemRecurrence

Contains a list of rules and dates on which the recurrent item occurs, and a list of rules and dates on which exceptions occur

QOrganizerItemReminder

Contains information about when and how the user wants to reminded of the item

QOrganizerItemRemoveRequest

Allows a client to asynchronously request that certain organizer items be removed from a organizer items store

QOrganizerItemSaveRequest

Allows a client to asynchronously request that certain organizer items be saved to an organizer item store

QOrganizerItemSortOrder

Defines how a list of organizer items should be ordered according to some criteria

QOrganizerItemTag

Contains some arbitrary tag which is relevant to the organizer item

QOrganizerItemTimestamp

Contains the creation and last-modified timestamp associated with the organizer item. XXX TODO: what about last accessed?

QOrganizerItemType

Describes the type of the organizer item. This detail may be automatically synthesized by the backend depending on other details in the organizer item

QOrganizerItemUnionFilter

Filter which unions the results of other filters

QOrganizerItemVisualReminder

Contains information about a visual reminder of an item

QOrganizerJournal

Supplies a journal which is associated with a particular point in time

QOrganizerJournalTime

Contains information about the date and time for which a journal entry has been created

QOrganizerManager

Interface which allows clients with access to organizer item information stored in a particular backend

QOrganizerManagerEngine

The interface for all implementations of the organizer item manager backend functionality

QOrganizerManagerEngineFactory

The interface for plugins that implement QOrganizerManagerEngine functionality

QOrganizerNote

Note which is not associated with any particular point in time

QOrganizerRecurrenceRule

Describes the a rule by which a QOrganizerItem repeats

QOrganizerTodo

Task which should be completed

QOrganizerTodoOccurrence

Occurrence of a task which should be completed

QOrganizerTodoProgress

Contains information about the progress of a todo item

QOrganizerTodoTime

Contains information about the time range of a todo item

Detailed Description