-
Bug
-
Resolution: Fixed
-
Normal
-
3.1.1
-
None
Steps to Reproduce
DefaultCalendarItem nonOverlappedItem = new DefaultCalendarItem.Builder() .withTitle("non overlapped") .withContent("my content") .withBegin(day1.withHour(0)) .withEnd(day1.withHour(1)) .withSclass("separate") .withZoneId(defaultZoneId) .build();
1. add an item like above with sclass
2. check its DOM element
Current Result
the sclass is not rendered
Expected Result
sclass is rendered