class Decidim::Meetings::Calendar::ComponentCalendar

def meetings

Returns a collection of Meetings.

Finds the component meetings.
def meetings
  Decidim::Meetings::Meeting.where(component: component)
end