予定インスタンスが開かれたときに、一連の会議のマスター予定を取得する必要があります。
私は次のことを試しました(currentAppointment変数はAppointmentItem型です)
DateTime sd = currentAppointment.GetRecurrencePattern().PatternStartDate;
DateTime st = currentAppointment.GetRecurrencePattern().StartTime;
AppointmentItem ai = currentAppointment.GetRecurrencePattern().GetOccurrence(sd+st.TimeOfDay);
ただし、これは一連の予定の最初の予定ですが、olApptOccurrence の RecurrenceState を持っています。
olApptMaster への参照、つまり一連の会議を取得するにはどうすればよいですか?