JavaScript/jQuery Scheduler Default Tooltip Template
This section lists the fields that are used in a default template for scheduler appointment tooltips.
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
endDateTimeZone
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
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.
For details on recurring appointments, refer to the Appointment Types article.
recurrenceRule
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.
startDateTimeZone
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.