これは私のコードです:
public Schedule(string vCalendar)
{
IICalendarCollection allEvents = iCalendar.LoadFromStream(new StringReader(vCalendar));
}
vCalendar 文字列オブジェクトは、私が読み込んだ .ical/.ics ファイルです。これにより FileNotFoundException がスローされるのはなぜですか?
これは、ical/ics 形式でコード化された文字列を操作することを想定していませんか。