Qt Organizer QML Types

The Qt Organizer module enables a client to request calendar, schedule and personal data from local or remote backends. These QML types deliver these capabilities in an easy to use form. The Qt Organizer QML API page provides more information about the API.

To use the types, simply add the following to the QML file:


  import QtOrganizer 5.0

AudibleReminder

Element contains information about an audible reminder of an item

Classification

Element contains classification-information of an item

Collection

Element represents a collection of items in an organizer manager

CollectionFilter

Element provides a filter based around the collection one organizer item belongs to

Comment

Element contains the comment text of an organizer item

Description

Element contains the description text of an organizer item

Detail

Element represents a single, complete detail about a organizer item

DetailFieldFilter

Element provides a filter based around a detail value criterion

DetailFilter

Element provides a filter based around a detail value criterion

DetailRangeFilter

Element provides a filter based around a detail value range criterion

DisplayLabel

Element contains the display label of an organizer item

EmailReminder

Element contains information about an email reminder of an item

Event

Element provides an event in time which may reoccur

EventAttendee

Element contains information about an attendee of an event

EventOccurrence

Element provides an occurrence of an event

EventRsvp

Element contains Rsvp-information of an event

EventTime

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

ExtendedDetail

Element contains a extended detail of an organizer item

FetchHint

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

Filter

Element is used to filter items made available through a backend

Guid

Element contains the GUID string of an organizer item

IdFilter

Element provides a filter based around a list of organizer item IDs

IntersectionFilter

Element provides a filter which intersects the results of other filters

InvalidFilter

The InvalidFilter element provides a filter which will never match any organizer items

ItemType

Element contains the type of an organizer item

Journal

Element provides a journal which is associated with a particular point in time

JournalTime

Element contains the entry date and time of a journal item

Location

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

Note

Element provides a note which is not associated with any particular point in time

OrganizerItem

Element represents the in-memory version of a organizer item

OrganizerModel

Element provides access to organizer items from the organizer store

Parent

Element contains information about the event or todo that generated this item

Priority

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

Recurrence

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

RecurrenceRule

Element represents a rule by which a organizer item repeats

Reminder

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

SortOrder

Element defines how a list of organizer item should be ordered according to some criteria

Tag

Element contains the tag string of an organizer item

Timestamp

Element contains the created and last modified timestamp of an organizer item's creating date and time

Todo

Element provides a task which should be completed

TodoOccurrence

Element provides an occurrence of an event

TodoProgress

Element contains information about the progress of a todo item

TodoTime

Element contains the start and due dates and times of a recurring todo series, or occurrence of an todo item

UnionFilter

Element provides a filter which unions the results of other filters

Version

Element contains versioning information of an organizer item

VisualReminder

Element contains information about a visual reminder of an item