![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: able, exported, file, ics, open |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 elhiUID:217 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 ? |
| Ads |
|
#2
|
|||
|
|||
|
You might want to post this in an IE forum rather than an Outlook custom forms group.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Nimish Gupta" wrote in message ... 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 elhiUID:217 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 ? |
|
#3
|
|||
|
|||
|
okie I will open this in IE. Please remove the post from here.
"Sue Mosher [MVP-Outlook]" wrote: You might want to post this in an IE forum rather than an Outlook custom forms group. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Nimish Gupta" wrote in message ... 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 elhiUID:217 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 ? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| When Exporting Contacts via CSV file: Flag for Follow up is not exported | sanjay.c.arora@gmail.com | Outlook - General Queries | 0 | June 2nd 07 07:35 AM |
| unable to open default e-mail folders or open any outkook file | Hitachi | Outlook - Using Contacts | 1 | February 25th 07 09:19 PM |
| appointments don't show in exported file. | lsantaw | Outlook - Calandaring | 1 | November 15th 06 07:59 PM |
| Problem while loading MPAI exported PST file | duraisridhar@gmail.com | Outlook - General Queries | 20 | September 6th 06 08:30 PM |
| OUTLOOK 2002 - No Option to Open an Outlook data file under the file open menu. | every_thing_freezes@yahoo.com | Outlook - General Queries | 2 | August 6th 06 03:49 AM |