Interface CalendarEvent

    • Method Detail

      • getStart

        long getStart()
      • getStartInstant

        default java.time.Instant getStartInstant()
      • getEnd

        long getEnd()
      • getEndInstant

        default java.time.Instant getEndInstant()
      • isAllDay

        boolean isAllDay()
      • getIcon

        default org.teamapps.icons.api.Icon getIcon()
        In case the event is rendered without a template, use this icon.
      • getTitle

        default java.lang.String getTitle()
        In case the event is rendered without a template, use this title.
      • getBackgroundColor

        org.teamapps.common.format.Color getBackgroundColor()
      • getBorderColor

        org.teamapps.common.format.Color getBorderColor()
      • isAllowDragOperations

        boolean isAllowDragOperations()