//adds a calendar item to the list public static void AddCalendarItem(CalendarItem item) { items.Add(item); }