class Decidim::Meetings::Calendar::BaseCalendar
def self.for(resource)
resource - a resource that has meetings.
meetings to the ICalendar format.
Convenience method to shorten the calls. Converts the resource
def self.for(resource) new(resource).calendar end