RootAppointment によって参照される Appointment オブジェクトは、WebScheduleInfo.Appointments コレクションに属します。ルート予定である Appointment オブジェクトの Appointment.Recurrence プロパティは、Recurrence オブジェクトのインスタンスを返しますが、他のタイプの Appointment はすべて null を返します。
注:Recurrence の RootAppointment プロパティに割り当てられた Appointment オブジェクトの Appointment.StartDateTime プロパティまたは Appointment.EndDateTime プロパティを設定すると、例外がスローされます。Recurrence の開始時刻を変更する場合は、Recurrence.OccurrenceStartTime プロパティを設定します。Recurrence の時間を変更する場合は、MaxOccurrences プロパティを設定します。