I got not a valid ics but it works as expected once I add this to the
beginning (copied from an all day event I saved as an event).
BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook 12.0 MIMEDIR//EN
VERSION:2.0
METHOD:PUBLISH
X-MS-OLK-FORCEINSPECTOROPEN:TRUE
"Shawn Ramirez" discussions.microsoft.com> wrote in message
news:2F28A5E4-A1E0-407F-91C3-7A3B00506604@microsoft.com...
> I am trying to import some all day events from a different timezone. For
> instance
> The host computer is on CST and I am on MST.
>
> Here is the ICS content:
> BEGIN:VEVENT
> DTSTART;VALUE=DATE:20080915
> DTEND;VALUE=DATE:20080916
> X-MICROSOFT-CDO-ALLDAYEVENT:TRUE
> UID:DYNACAL_0_1830258_7475764
> SUMMARY:A Test 1
> DESCRIPTION;ENCODING=QUOTED-PRINTABLE:Archbold\nDistrict Events\nA Test
> 1\n
> LOCATION:
> CATEGORIES:District Events
> END:VEVENT
>
> The DTStart and DTEnd are both floating so the all day event should work.
> (It does on Google calendar)
>
> What do I need to change to get this to work?