Re: Filter Recurring Appointment Problem

From: Dan Mitchell (djmitchella_at_yahoo.com)
Date: 02/18/05


Date: Thu, 17 Feb 2005 16:16:11 -0800


=?Utf-8?B?U2NobGFmY29tbW9kb3Jl?=
<Schlafcommodore@discussions.microsoft.com> wrote in news:2299C8B7-C72D-
4301-8C0A-D8DDCC13B31A@microsoft.com:
> My code will be running under the account of the group mailbox.
> I can and do log into Windows as their user and passwd.
> So the code does have the permissions to access calendar folder
> and iterate over the collection as AppointmentItems

 Okay, then if you're working on the default calendar folder for your
session, your life is much easier.
 
> My design so far was to run my scheduled job and collect the
> previous week appointments with date Filter of Now() to Now-7

 What does your code look like? It's certainly possible to do this -- you
do know about the flip-start-and-end weirdness, right?

http://support.microsoft.com/default.aspx?scid=kb;en-us;192404

 -- dan