Topic: icalendar gem => proper .ics file
Hello Forum
I am experimenting with the icalendar gem and have an event table
that i want to use to produce icalendar output according to the suggestions on:
http://blog.milesbarr.com/2006/06/icalendar-and-rails/
I am able to render icalendar content into the browser.
To verify that the icalendar format is correct i use mozilla sunbird to subscribe to the calendars but when using extensive text descriptions sunbird compains about the calendar output not being utf-8 compliant and does not load the calendar.
Also I do not know how to get a the response as a .ics file instead of a html header. To get the utf-8 comopliance What should I manipluate and what should I enter:
a) apache conf files
b) apache .htaccess files
c) some rail file in the app/view directory
I would prefer to steer away from a) as I am unsure whether I can manipulate this area in a hosted production environment.
Thanx for Suggestions R