Class AppointmentFormattingOptions
Represents the appointment formatting options.
public class AppointmentFormattingOptions
Constructors
| Name | Description |
|---|
| AppointmentFormattingOptions() | Initializes a new instance of the AppointmentFormattingOptions class. By default, template will be created in the plain text format. |
Properties
| Name | Description |
|---|
| CssStyles { get; set; } | Gets or sets the additional css styles for the formatter. |
| DescriptionFormat { get; set; } | Gets or sets the description format. |
| EndDateFormat { get; set; } | Gets or sets the end date format. |
| IsTextFormat { get; } | Gets a value indicating whether template has a text format. |
| LocationFormat { get; set; } | Gets or sets the where format. |
| OrganizerFormat { get; set; } | Gets or sets the organizer format. |
| StartDateFormat { get; set; } | Gets or sets the start date format. |
| TimezoneFormat { get; set; } | Gets or sets the timezone format. |
| TitleFormat { get; set; } | Gets or sets the title format. |
Methods
| Name | Description |
|---|
| static CreateAsHtml() | Specifies formatting in the html. |
See Also