iCal ( iCalendar ) Publishing to *.ics file through RubyOnRails « firstruby
Link: iCal ( iCalendar ) Publishing to *.ics file through RubyOnRails « firstruby: "To publish iCal through Rails, install iCalendar gem gem install icalendar then in Controller, code to export event ( export to *.ics file ) should look like, require ‘icalendar’ class …"