![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi there,
I'm trying to import an iCal file that I have produced with some C# code. When I try to do this Outlook says "Can't copy the items. Cannot import vCalendar file." I'm running Outlook 2003 SP3. The file looks like this: BEGIN:VCALENDAR VERSION:2.0 METHOD:PUBLISH PRODID:-//My Company//My Product iCal API//EN BEGIN:VEVENT DTSTAMP:20060228T142421Z DTSTART:20060228T130000Z DTEND:20060228T140000Z SUMMARY:what a title DESCRIPTION:this is my description END:VEVENT END:VCALENDAR Any idea what could be wrong? cheers, Otto |
Ads |
#2
|
|||
|
|||
![]()
Saving that data to an ICS or VCS file on my machine it opens as an Outlook
appointment just fine. "Otto" wrote in message ups.com... Hi there, I'm trying to import an iCal file that I have produced with some C# code. When I try to do this Outlook says "Can't copy the items. Cannot import vCalendar file." I'm running Outlook 2003 SP3. The file looks like this: BEGIN:VCALENDAR VERSION:2.0 METHOD:PUBLISH PRODID:-//My Company//My Product iCal API//EN BEGIN:VEVENT DTSTAMP:20060228T142421Z DTSTART:20060228T130000Z DTEND:20060228T140000Z SUMMARY:what a title DESCRIPTION:this is my description END:VEVENT END:VCALENDAR Any idea what could be wrong? |
#3
|
|||
|
|||
![]()
Thanks for the reply. It looks like it must have been the encoding of
the file. When I converted it to ANSI (original was UTF-8) it imports ok. |
#4
|
|||
|
|||
![]()
it seems like outlook barfs on the bom (ef bb bf) of utf files. if the
file is utf-8 encoded but lacks these bytes the import works. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
iCalendar Import fails - but open/drag and drop works | Minties | Outlook - Calandaring | 3 | April 12th 06 05:22 PM |
Outlook Startup fails | Tomk | Outlook - Installation | 0 | March 3rd 06 03:41 PM |
iCal export failure | Larry S | Outlook - Calandaring | 6 | February 23rd 06 05:35 AM |
ical | Targen | Outlook - Calandaring | 2 | February 10th 06 07:17 PM |
vcal and ical with microsoft outlook 2003 calendar work around | Spurfy | Outlook - Calandaring | 0 | January 13th 06 01:41 AM |