public void AddToCalendarEventRecurrenceTypes(CalendarEventRecurrenceType calendarEventRecurrenceType)
 {
     base.AddObject("CalendarEventRecurrenceTypes", calendarEventRecurrenceType);
 }
 public static CalendarEventRecurrenceType CreateCalendarEventRecurrenceType(int calendarEventRecurrenceTypeID)
 {
     CalendarEventRecurrenceType calendarEventRecurrenceType = new CalendarEventRecurrenceType();
     calendarEventRecurrenceType.CalendarEventRecurrenceTypeID = calendarEventRecurrenceTypeID;
     return calendarEventRecurrenceType;
 }