Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

BUG: get_StartTime Returns Incorrect Date


View products that this article applies to.

Symptoms

The IConferenceProfile interface that is passed back by the ConfirmScheduleRequest method as pCProfileOld has an incorrect value in the StartTime property.

↑ Back to the top


Cause

When there are no preexisting exceptions to the meeting, Conference Server references the wrong meeting instance to construct pCProfileOld. Subsequent changes receive the correct StartTime in pCProfileOld.

↑ Back to the top


Status

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

↑ Back to the top


More information

Steps to Reproduce Behavior

  1. Book a recurring meeting; for example, Monday 4/2/2001 through Friday 4/6/2001 at 10:00 A.M.
  2. Change the time of one instance of the meeting, for instance Tuesday 4/3/2001, to 1:00 P.M. This change fires the ConfirmScheduleRequest method, which is passed two pointers to IConferenceProfile: one for the old meeting (pCProfileOld) and one for the new meeting (pCProfileNew).

    StartTime on the new meeting profile is correct, but StartTime on the old meeting profile is incorrect. The date returned will be the next occurrence of the meeting in the list of the recurring meetings. Using the above example, StartTime would return 4/4/2001 at 10:00 A.M. instead of 4/3/2001 at 10:00 A.M.

    This will only occur the first time that you change that specific occurrence; if you try to change that Tuesday again, StartTime will be correct.
This bug affects all recurring meetings regardless of their recurrence pattern.

↑ Back to the top


Keywords: KB296659, kbpending, kbmsg, kbbug

↑ Back to the top

Article Info
Article ID : 296659
Revision : 7
Created on : 2/22/2007
Published on : 2/22/2007
Exists online : False
Views : 430