Class CalendarEventInternalParticipationView

  • All Implemented Interfaces:
    CalendarEventView<String>

    public class CalendarEventInternalParticipationView
    extends Object
    implements CalendarEventView<String>
    A view in which the occurrences of calendar events are grouped by their participants. A participant is either an author or an attendee for an event. The events occurrences are grouped by participant and for each participant the occurrences are sorted by calendar identifier and by datetime.
    Author:
    mmoquillon
    • Constructor Detail

      • CalendarEventInternalParticipationView

        public CalendarEventInternalParticipationView()
      • CalendarEventInternalParticipationView

        public CalendarEventInternalParticipationView​(Collection<User> filterOnParticipants)