Interface CalendarEvent

  • All Superinterfaces:
    Serializable
    All Known Subinterfaces:
    EditableCalendarEvent
    All Known Implementing Classes:
    BasicEvent

    public interface CalendarEvent
    extends Serializable

    Event in the calendar. Customize your own event by implementing this interface.

  • Start and end fields are mandatory.
  • In "allDay" events longer than one day, starting and ending clock times are omitted in UI and only dates are shown.
Since:
7.1.0
Author:
Vaadin Ltd.