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
Element represents a collection of items in an organizer manager | |
Element provides an event in time which may reoccur | |
Element provides an occurrence of an event | |
Element provides a journal which is associated with a particular point in time | |
Element provides a note which is not associated with any particular point in time | |
Element represents the in-memory version of a organizer item | |
Element provides a task which should be completed | |
Element provides an occurrence of an event | |
Element contains information about an audible reminder of an item | |
Element contains classification-information of an item | |
Element contains the comment text of an organizer item | |
Element contains the description text of an organizer item | |
Element represents a single, complete detail about a organizer item | |
Element contains the display label of an organizer item | |
Element contains information about an email reminder of an item | |
Element contains information about an attendee of an event | |
Element contains Rsvp-information of an event | |
Element contains the start and end dates and times of a recurring event series, or occurrence of an event | |
Element contains a extended detail of an organizer item | |
Element contains the GUID string of an organizer item | |
Element contains the type of an organizer item | |
Element contains the entry date and time of a journal item | |
Element contains information about a location which is related to the organizer item in some manner | |
Element contains information about the event or todo that generated this item | |
Element contains the priority of the organizer item, which may be used to resolve scheduling conflicts | |
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 | |
Element contains information about when and how the user wants to reminded of the item | |
Element contains the tag string of an organizer item | |
Element contains the created and last modified timestamp of an organizer item's creating date and time | |
Element contains information about the progress of a todo item | |
Element contains the start and due dates and times of a recurring todo series, or occurrence of an todo item | |
Element contains versioning information of an organizer item | |
Element contains information about a visual reminder of an item | |
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 | |
Element provides a filter based around the collection one organizer item belongs to | |
Element provides a filter based around a detail value criterion | |
Element provides a filter based around a detail value criterion | |
Element provides a filter based around a detail value range criterion | |
Element is used to filter items made available through a backend | |
Element provides a filter based around a list of organizer item IDs | |
Element provides a filter which intersects the results of other filters | |
The InvalidFilter element provides a filter which will never match any organizer items | |
Element provides a filter which unions the results of other filters | |
Element defines how a list of organizer item should be ordered according to some criteria | |
Element provides access to organizer items from the organizer store | |
Element represents a rule by which a organizer item repeats |