vCalendar RRULES: finding good docs on the Monthly recurring patterns.

D

Don B

I'm hoping we are doing some wrong that is obvious to the Outlook experts on
this list.

Executive summary: I'm looking for documentation for the RRULE of an
iCalendar that is specific to Outlooks implementation. I have the RFC-224
documentation and most things work, but Outlook doesn't appear to support
the standards as I read the specs. I'm looking for either documentation or
someone I can hire for a couple hours to show us how this works in the real
world.

DETAILS:
We are using the iCalendar format from an Intranet application to create
Outlook meeting requests. We have all the single day events working and some
recurring events are working. All the daily and weekly recurring
combinations work fine.

But Monthly recurring is giving us issues if we try to do specific days of
the week or last days of the month type patterns. For example, the following
rule works and opens correctly into Outlook:

DTSTART:20030901T210000Z
DTEND:20030901T233000Z
RRULE:FREQ=MONTHLY;INTERVAL=1;BYMONTHDAY=1;UNTIL=20031101T233000Z

(First day of the month for 3 months)

If we change the BYMONTHDAY to -1, expecting to get the last day of the
month, Outlook throws a "Cannot import vCalendar file." error.

If we change to BYDAY=1SU (expecting the 1st Sunday of the month) it also
fails.

We need to support ALL the possible combinations you can view in the
interface but we can't get the 1st Monday of the month or the last Monday of
the month to work (or other days...).

I'm willing to pay someone for results if they know the secrets to getting
these working. Note that I may be looking to outsource some additional
Outlook integration work in the future. We have an application that needs to
do some Exchange free/busy and GAL lookups/displays via an Intranet
application. But this issue is time critical for me so any
references/assistance is appreciated.

Don Baarns
Baarns Consulting Group, Inc.
Co-author: Excel 97 SDK (Microsoft Press)
 
Joined
Aug 3, 2012
Messages
1
Reaction score
0
Hi,
I am strugling with the same things.
Apparently there is some kind of consistency check.
If You change BYMONTHDAY=-3 than you have to adjust the DTSTART and DTEND to be consistent so DTSTART has to be on that same day (3 from last).
And Dtend shoul be cosistent also
Try that And it might work
Good luck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top