Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は優れたDDay.iCalを使用して、 Google カレンダーから iCal ファイルを読み込んでいます。
各 iCal ファイルには、X-WR-CALNAME という非標準のプロパティがあります。
これを DDay.iCal.iCalendar.Calendar オブジェクトに追加するにはどうすればよいですか?
これが私のやり方です...正しい方法かどうかはわかりませんが、私にとってはうまくいきます。
var iCal = new iCalendar(); iCal.Method = CalendarMethods.Publish; iCal.AddLocalTimeZone(); iCal.AddProperty("X-WR-CALNAME", "Calendar Name");