I am trying to export ics (calendar) file on ie 6. Althou I am able to save
and then
open it but I am not able to directly open it.
I am not facing this problem on ie 7.
My ics file looks like this: -
BEGIN:VCALENDAR
PRODID:-//Ben Fortuna//iCal4j 1.0//EN
VERSION:2.0
METHOD:PUBLISH
BEGIN:VEVENT
DTSTART;VALUE=DATE:20070929T090000
DTEND;VALUE=DATE:20070929T180000
CREATED;VALUE=DATE:20070921T085512
DTSTAMP;VALUE=DATE:20070925T062051
DESCRIPTION:Category
SUMMARY:Mohana
LOCATION:Delhi
UID:217
CONTACT:nobody@vodafone.co.uk
END:VEVENT
END:VCALENDAR
In my java code, I am adding the following header: -
response.setContentType("text/calendar");
response.setHeader("Filename", fileName);
response.setHeader("Content-Disposition", "attachment;filename="
+fileName );
response.setHeader("Cache-Control", "public");
Any pointers ?
Sue Mosher [MVP-Outlook] - 26 Sep 2007 14:18 GMT
You might want to post this in an IE forum rather than an Outlook custom forms group.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
>I am trying to export ics (calendar) file on ie 6. Althou I am able to save
> and then
[quoted text clipped - 30 lines]
>
> Any pointers ?
Nimish Gupta - 27 Sep 2007 05:02 GMT
okie I will open this in IE. Please remove the post from here.
> You might want to post this in an IE forum rather than an Outlook custom forms group.
>
[quoted text clipped - 32 lines]
> >
> > Any pointers ?