Class FullDayRecurringEvent

All Implemented Interfaces:
CalendarEvent, RecurringEvent, CalendarAware, Cloneable, Comparable<CalendarEvent>

public class FullDayRecurringEvent extends RecurringEventImpl
  • Constructor Details

    • FullDayRecurringEvent

      public FullDayRecurringEvent(String summary, RecurrenceInfo recurrenceInfo, CalendarDao calendarDao, String location)
      Recurring Events that do not have a start date but a recurrence rule containing weekdays E.g. Weekends
      Parameters:
      summary - summary / description for the calendar event
      recurrenceInfo - recurrence rule of the event. Must contain weekdays.
      calendarDao - a CalendarDao object
      location - location where the event takes place. E.g. address of the related reservation's building