Hi,
I use the AppointmentCalendarExporter behind a WCF service to produce an ICal stream. This is then imported as a subscription to Outlook.
When an appointment has a recurrence pattern that is every 2 days (See the attached example). it produces the following output (just for that appointment)
However, this can't be imported into Outlook. There is a conflict in the recurrence rule, between FREQ and BYDAY. If I remove the BYDAY, then it gets imported ok.
I think this is a bug.
Phil
I use the AppointmentCalendarExporter behind a WCF service to produce an ICal stream. This is then imported as a subscription to Outlook.
When an appointment has a recurrence pattern that is every 2 days (See the attached example). it produces the following output (just for that appointment)
BEGIN:VEVENT
DTSTART;TZID=E. Australia Standard Time:20111225T050000DTEND;TZID=E. Australia Standard Time:20111225T120000SUMMARY:Test recurrenceUID:a49ee7e8-7813-4348-b7d7-0fdba1934521IMPORTANCE:NoneRRULE:FREQ=DAILY;UNTIL=20120103T020000Z;INTERVAL=2;BYDAY=SU,MO,TU,WE,TH,FR, SA
END:VEVENT
However, this can't be imported into Outlook. There is a conflict in the recurrence rule, between FREQ and BYDAY. If I remove the BYDAY, then it gets imported ok.
I think this is a bug.
Phil