複数の会議出席依頼が出席者に送信される

元の KB 番号: 3205555

問題

出席者は、会議の開催者から同じ会議の異なる発生に対して複数の会議出席依頼を受け取ります。 これらの招待には、過去に発生したインスタンスも含まれる場合があります。

原因

この問題は、会議の開催者が、Exchange ActiveSync クライアントから会議を編集するときに、予定または系列を更新するかどうかのプロンプトが表示されないために発生します。 そのため、クライアントはシリーズを更新します。

状態

これは、Exchange ActiveSync v16.x クライアントでの予期される動作です。 クライアントは、会議の 1 回の出現に変更を行うときに InstanceId 要素を送信する必要があります。 それ以外の場合、Exchange はシリーズ内の各インスタンスを更新します。

この問題の詳細については、デバイスの製造元にお問い合わせください。

この動作を回避するには、 Microsoft Outlook for iOS を使用します。

詳細

Exchange ActiveSyncメールボックス ログの分析では、シリーズ全体のクライアントによって送信される変更が表示されます。 これは、要求に InstanceId 含まれていない要素によって決まります。

<Commands>
    <Change>
     <ServerId>1:1</ServerId>
     <ApplicationData>
      <TimeZone xmlns="Calendar:">aAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsAAAABAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAACAAIAAAAAAAAAxP///w==</TimeZone>
      <AllDayEvent xmlns="Calendar:">0</AllDayEvent>
      <BusyStatus xmlns="Calendar:">2</BusyStatus>
      <EndTime xmlns="Calendar:">20161103T140000Z</EndTime>
      <Location xmlns="AirSyncBase:" bytes="5"/>
      <Reminder xmlns="Calendar:">15</Reminder>
      <Sensitivity xmlns="Calendar:">0</Sensitivity>
      <Subject xmlns="Calendar:" bytes="4"/>
      <StartTime xmlns="Calendar:">20161103T130000Z</StartTime>
      <MeetingStatus xmlns="Calendar:">1</MeetingStatus>
      <Attendees xmlns="Calendar:">
       <Attendee>
        <Name bytes="6"/>
        <Email bytes="18"/>
        <AttendeeType>1</AttendeeType>
       </Attendee>
       <Attendee>
        <Name bytes="22"/>
        <Email bytes="22"/>
        <AttendeeType>1</AttendeeType>
       </Attendee>
      </Attendees>
      <Recurrence xmlns="Calendar:">
       <Type>1</Type>
       <Interval>1</Interval>
       <DayOfWeek>118</DayOfWeek>
       <Until>20161202T140000Z</Until>
       <FirstDayOfWeek>0</FirstDayOfWeek>
      </Recurrence>
     </ApplicationData>
    </Change>
    <Change>
     <ServerId>1:1</ServerId>
     <InstanceId xmlns="AirSyncBase:">20161126T140000Z</InstanceId>
     <ApplicationData>
      <Body=2 bytes/>
      <StartTime xmlns="Calendar:">20161126T150000Z</StartTime>
      <EndTime xmlns="Calendar:">20161126T160000Z</EndTime>
      <Subject xmlns="Calendar:" bytes="4"/>
      <BusyStatus xmlns="Calendar:">2</BusyStatus>
      <AllDayEvent xmlns="Calendar:">0</AllDayEvent>
      <Location xmlns="AirSyncBase:" bytes="5"/>
      <Reminder xmlns="Calendar:">15</Reminder>
      <Attendees xmlns="Calendar:">
       <Attendee>
        <Name bytes="6"/>
        <Email bytes="18"/>
        <AttendeeType>1</AttendeeType>
       </Attendee>
       <Attendee>
        <Name bytes="22"/>
        <Email bytes="22"/>
        <AttendeeType>1</AttendeeType>
       </Attendee>
      </Attendees>
     </ApplicationData>
    </Change>
   </Commands>