To select the list view, call the setCurrentView method of the Calendar class with List. This view displays several rows or columns where each row or column represents a single second, minute, hour, day, week, month or year. The day cells display the represented time in a user-specified format to the GeneralFormat, FirstDayOfMonthFormat and FirstDayOfYearFormat values of the associated CellSettings, and the schedule items set to occur on the corresponding date.
Use the ListViewSettings object obtained through the getListViewSettings method of the of the Calendar class to set the appearance of the list view. The Style property of the associated CellSettings specifies a common appearance style to be used for all cells in the view. Use DayStyles and DayOfWeekStyles to specify a higher priority style for specific cells. The ItemSettings object obtained through the getItemSettings method lets you specify how schedule items should be displayed.