(**** * * Module CalendarDB defines the major database objects of the calendar system. * *) module CalendarDB; import Admin.*; import Schedule.*; object CalendarDB components: UserCalendars and UserDB and GroupDB and AdminOptions; description: (* *); end CalendarDB; object UserCalendars; end CalendarDB;