QtMobility Reference Documentation

Contents

QML Event Element

The Event element provides an event in time which may reoccur. More...

  • List of all members, including inherited members
  • Properties

    Detailed Description

    The Event element is part of the QtMobility.organizer 1.1 module.

    See also OrganizerItem, EventOccurrence, Journal, Todo, TodoOccurrence, Note, and QOrganizerEvent.

    Property Documentation

    allDay : bool

    This property indicates whether the time-of-day component of the event's start date-time or end date-time is insignificant. If allDay is true, the time-of-day component is considered insignificant, and the event will be an all-day item.

    This documentation was introduced in Qt Mobility Mobility 1.1.


    endDateTime : date

    This property holds the end date time of the event.

    This documentation was introduced in Qt Mobility Mobility 1.1.


    location : string

    This property holds the label of the location at which the event occurs.

    This documentation was introduced in Qt Mobility Mobility 1.1.


    priority : enumeration

    This property holds the priority of the event. The value can be one of:

    • Priority.Unknown
    • Priority.Highest
    • Priority.ExtremelyHigh
    • Priority.VeryHigh
    • Priority.High
    • Priority.Medium
    • Priority.Low
    • Priority.VeryLow
    • Priority.ExtremelyLow
    • Priority.Lowest

    This documentation was introduced in Qt Mobility Mobility 1.1.

    See also Priority.


    recurrence : Recurrence

    This property holds the recurrence element of the event item.

    This documentation was introduced in Qt Mobility Mobility 1.1.


    startDateTime : date

    This property holds the start date time of the event.

    This documentation was introduced in Qt Mobility Mobility 1.1.