vcal and ical with microsoft outlook 2003 calendar work around

S

Spurfy

I was having issues with vcal appointments attacchment files sent to my email
and posting them to microsoft outlook 2003 calendar. To fix this, I would
doubleclick .vcs or .ics file and click save. When save file appeared with
file name flight.vcs, I changed the name to flight.txt, ensure save type
displayes all files and then select where you want to save the file to and
remember this location and then hit the save button. Now go to the file
where you saved it and double click it to open the text file and add this
line

PRODID:-//Microsoft Corporation//Outlook MIMEDIR//EN

after

BEGIN:VCALENDAR

example

BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook MIMEDIR//EN
VERSION:1.0
BEGIN:VEVENT
DTStart:20060113T190000Z
DTEnd:20060113T210000Z
LOCATION;ENCODING=QUOTED-PRINTABLE:HFC
SUMMARY;ENCODING=QUOTED-PRINTABLE:Reservation for JS
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:JS with instructor James Smith
UID:47hfcl34286
PRIORITY:3
END:VEVENT
END:VCALENDAR

Then after the adding the line select file save. Now go to microsoft
outlook 2003 select file, import and export, then choose import an icalendar
or vcalendar file (.vcs), select next, change files of type to all files,
then select the file you saved, this will add it the calendar automatically.

I know this a long way around. Microsot could use this information and
adjust the their programing or create an patch update WITH ANY LUCK that will
let the Microsoft outlook 2003 calendar accept vcal or ical files without
this the following line added PRODID:-//Microsoft Corporation//Outlook
MIMEDIR//EN

example

BEGIN:VCALENDAR
VERSION:1.0
BEGIN:VEVENT
DTStart:20060113T190000Z
DTEnd:20060113T210000Z
LOCATION;ENCODING=QUOTED-PRINTABLE:HFC
SUMMARY;ENCODING=QUOTED-PRINTABLE:Reservation for JS
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:JS with instructor James Smith
UID:47hfcl34286

Best of luck to all

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...dbe73&dg=microsoft.public.outlook.calendaring
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top