Angular Scheduler Default Appointment Template
This section lists the fields that are used in a default template for scheduler appointments.
By default, a predefined appointment template is applied to display scheduler appointments. 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 appointment template is not appropriate for your task, implement a custom appointment template based on these or other fields of your data source.
See Also
allDay
Specifies whether the appointment lasts all day.
For details on all-day appointments, refer to the Appointment Types article.
disabled
Specifies whether or not an appointment must be displayed disabled.
endDate
Specifies the ending of the appointment.
The startDate and endDate fields are used to position the rectangle representing an appointment in the scheduler.
endDateTimeZone
Specifies the timezone of the appointment end date. Applies only if timeZone is not specified.
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 the current recurring appointment.
To define an exception for a recurring appointment, specify the recurrenceException field in the appointment object. This field enables you to specify several appointments to exclude. Each appointment is specified by the start date and time. The start time of each excluded appointment should strictly match the start time of the initial appointment.
For details on recurring appointments, refer to the Appointment Types article.
recurrenceRule
Specifies a recurrence rule for generating recurring appointments in the scheduler.
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.
The startDate and endDate fields are used to position the rectangle representing an appointment in the scheduler.
startDateTimeZone
Specifies the timezone of the appointment start date. Applies only if timeZone is not specified.
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.
template
Specifies an appointment template that should be used to render this appointment only.
Whether you use a default or a custom template for appointments, you can specify a specific template for a particular appointment. To do so, set the template field for the data source object of this appointment. The following types of the specified value are available.
- Assign a string containing the name of the required template.
- Assign a jQuery object of the template's container.
- Assign a DOM Node of the template's container.
- Assign a function that returns the jQuery object or a DOM Node of the template's container.
See Also
text
Specifies the subject of the appointment.
The subject will present the appointment in a timetable.
If you have technical questions, please create a support ticket in the DevExpress Support Center.