"Add to Calendar" not working in IE?

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

Viewing 1 reply thread
  • Author
    Posts
    • #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…

    • #3047
      Avatar photoISD BOL
      Participant

      Hi Aaron,
      Having the same problem here with IE and adding items to Outlook Calender.
      Does the PHP-solution solve the problem? If so, could you please elaborate a bit on that. I don’t really understand how this PHP-stuff works 🙂
      Thanks, Pascal

Viewing 1 reply thread
  • You must be logged in to reply to this topic.