All docs
V19.1
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
18.2
18.1
17.2
A newer version of this page is available. Switch to the current version.

jQuery Scheduler Default Tooltip Template

This section lists the fields that are used in a default template for scheduler appointment tooltips.

Type:

Object

By default, a predefined appointment tooltip template is applied to display appointment toolips. This template is based on certain fields of the data source provided for the widget. Below is the list of these fields. If the default tooltip template is not appropriate for your task, implement a custom template based on these or other fields of your data source.

See Also

allDay

Specifies whether or not the current appointment is an all-day appointment.

Type:

Boolean

description

Specifies the appointment description.

Type:

String

endDate

Specifies the ending of the appointment.

Type:

Date

endDateTimeZone

Specifies the timezone of the appointment end date.

Type:

String

By default, the appointment end date is displayed in the current timezone. To define the timezone, specify the endDateTimeZone option.

The list of supported timezones is available in the list of IANA time zones.

recurrenceException

Specifies exceptions for a the current recurring appointment.

Type:

String

To define an exception for a recurring appointment, specify the recurrenceException field in the appointment object. This field should be set using the iCalendar RFC 2445 specification.

NOTE
This option makes sense only if the appointment recurrenceRule is specified.

For details on recurring appointments, refer to the Appointment Types article.

recurrenceRule

Specifies a recurrence rule for generating recurring appointments in the scheduler.

Type:

String

To define a recurring appointment, specify the recurrenceRule field in the appointment object. This field should be set using the iCalendar RFC 2445 specification.

For details on recurring appointments, refer to the Appointment Types article.

startDate

Specifies the start of the appointment.

Type:

Date

startDateTimeZone

Specifies the timezone of the appointment start date.

Type:

String

By default, the appointment start date is displayed in the current timezone. To define the timezone, specify the startDateTimeZone option.

The list of supported timezones is available in the list of IANA time zones.

text

Specifies the subject of the appointment.

Type:

String