how to config ICal to Microsoft outlook

Now i have ical button when ever i am clicking the alert message displays: see this is the alert message:–BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//dhtmlXScheduler//NONSGML v2.2//EN
DESCRIPTION:
BEGIN:VEVENT
DTSTART:20100801T000000
DTEND:99990201T000000
SUMMARY:New event
END:VEVENT
BEGIN:VEVENT
DTSTART:20100809T000000
DTEND:99990201T000000
SUMMARY:New event
END:VEVENT
BEGIN:VEVENT
DTSTART:20100809T000000
DTEND:99990201T000000
SUMMARY:New event
END:VEVENT
BEGIN:VEVENT
DTSTART:20100802T000000
DTEND:99990201T000000
SUMMARY:Urt seminors
END:VEVENTEND:VCALENDAR

Now i want to solution when i am clicking ical button …its open the Microsoft outlook their i want to see the events…can you pls help for this problem…

Oh boy, I’ve been down this path before and it didn’t look good. I was using Python to manually create my iCal format. After that, when you try to download the events, if you click on open with Microsoft Outlook, only the first event is saved. It does not save all the events in one fell swoop.

I figured there was something I was not setting right. You may want to check out the iCal format that Google uses in it’s Calendar product. They can export to Outlook and ALL events gets synched. Don’t know how it’s done though.

Normally you can send this data to server side, where dummy script will send the same data back to client , with text/calendar content type

Similar technique used in the Scheduler-WP plugin and in our local tests it import all events in the Outlook. Maybe some settings of Outlook can affect it, not quite sure