tags:

views:

56

answers:

0

I am trying to get a .vcs file to work in Outlook 2007 using a recurrence.

I have written the following code which to me appears to be correct, however once opened in Outlook, all the data is correct with the exception of the recurrence. If I open the recurrence button then all my information is correct, however when I look in the calendar, I only see one entity and that is the first one.

My Code is as follows

BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook 11.0 MIMEDIR//EN
VERSION:1.0
BEGIN:VEVENT
DTSTART:20090902T083000
RRULE:FREQ=WEEKLY;INTERVAL=1;WKST=SU;BYDAY=MO;
LOCATION;ENCODING=QUOTED-PRINTABLE:Front Office Plasma Screens
TRANSP:1
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:Check to see if there are enough properties showing on the plasma screens.=0D=0A
SUMMARY;ENCODING=QUOTED-PRINTABLE:Plasma Screen Check
PRIORITY:3
END:VEVENT
END:VCALENDAR

Thanking everyone in advance for their help, been doing my head in for the whole day and getting nowhere!