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