Show TOC

 CalendarEntryLocate this document in the navigation structure

Definition

Different entries are displayed, depending on the chosen view type.

YearView:

  • The YearView displays only entries that are either full day entries ( fullDay=true ) or have a different start and end date (such as start: 01.01.2006 10.00 - end: 04.01.2006 11:00). It will not display entries that have the same start and end date.
  • Only one entry will be displayed with a bar. No parallel entries are displayed. A more icon is rendered in a day if there are parallel entries.
  • The entry bar displays the subject and additionalText and a default color that can be overwritten by a semantics colour. The tool tip contains the subject, additionalText and general information about the entry, like start time, end time and so on. The recurring icon is also rendered at the end of the bar.

WeekView and DayView:

  • These views have two areas - the full day area and the time area. The full day area displays all entries with the parameter fullDay=true . All others entries are displayed in the time area. Entries with different start and end dates are also displayed in the time area.
  • Up to three parallel full day entries are displayed without shrinking the bar size. Five entries are displayed but not more.
  • Subject and additionalText are displayed, if there is enough space. The tool tip contains  subject, additionalText and general information about the entry, like start time, end time and so on.
  • Displays all available state information
Description of UI Element Properties
  • additionalText

    Determines additional information, like location, attendees and so on. Should not be used for the body of a CalendarEntry.

  • dataSource

    Determines the data source of the CalendarEntry. You can use it to specify the path to the context node providing the data.

  • end

    Determines the end time of the CalendarEntry and is of type CctDateTime .

  • fullDay

    Determines whether the entry is a full-time entry and has no start and end time.

  • recurring

    Determines whether the entry is recurring. The recurring icon is rendered in the entry.

  • semantics

    Specifies the color of the CalendarEntry. The semanticsproperty is represented by enumeration type WDTableCellDesign.

    For the enumeration values, see: WDTableCellDesign

  • start

    Determines the start time of the CalendarEntry and is of type CctDateTime .

  • striped

    Determines whether the CalendarEntry is displayed dashed, for example to visualize tentative entries.

  • subject

    Determines the subject of the CalendarEntry.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

additionalText

IWDCalendarEntry

String

 

bindable

dataSource

IWDCalendarEntry

Object

 

bindable_mandatory

end

IWDCalendarEntry

CctDateTime

 

bindable_mandatory

fullDay

IWDCalendarEntry

boolean

false

bindable

recurring

IWDCalendarEntry

boolean

false

bindable

semantics

IWDCalendarEntry

WDTableCellDesign

standard

bindable

start

IWDCalendarEntry

CctDateTime

 

bindable_mandatory

striped

IWDCalendarEntry

boolean

false

bindable

subject

IWDCalendarEntry

String

 

bindable