Module: RST::Calendar
- Defined in:
- lib/modules/calendar/calendar.rb,
lib/modules/calendar/eventable.rb,
lib/modules/calendar/calendar_event.rb
Overview
Calendar-module provides the Calendar-class which is supposed to hold ‘Eventable’-objects. Where Eventable is a module you can include to any class. A Calendar has a start- and ending-date, and a name. The name is used to store the calendar in a store using this name as the id.
Defined Under Namespace
Modules: CalendarHelper, Eventable Classes: Calendar, CalendarEvent