Reply To: "Add to Calendar" not working in IE?

Home Forums GovIntranetters "Add to Calendar" not working in IE? Reply To: "Add to Calendar" not working in IE?

#3036
aaron robb
Participant

Ok, so looking into it, IE doesn’t like the ics format…
People are suggesting to use the following php to call the proper type in the headers:

header(‘Content-Type: text/calendar; charset=utf-8’);
header(‘Content-Disposition: attachment; filename=”calendar.ics”; ‘);

I haven’t tested yet, but i’m wondering if on single event pages, we can add this to the header and it may recognize it?? I’m not totally sure yet though…