I need to get the master appointment of the meeting series, when an appointment instance is opened.
我尝试了如下(目前的任用变量是任用类型)
DateTime sd = currentAppointment.GetRecurrencePattern().PatternStartDate;
DateTime st = currentAppointment.GetRecurrencePattern().StartTime;
AppointmentItem ai = currentAppointment.GetRecurrencePattern().GetOccurrence(sd+st.TimeOfDay);
However, while this gets me the first appointment in the series, it has a RecurrenceState of olApptOccurrence.
我怎么能够提到“La ApptMaster”——即会议系列?