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 …
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 …