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.
.icx ファイルを介して動的に予定を作成する例はいくつかありますが、ユーザーが動的に作成された .icx ファイルをダウンロードしてカレンダーからアイテムを削除できるようにするサンプルは見当たりません。助言がありますか?どの属性が既存のアイテムと一致する必要があるのか わかりません-開始/終了/および件名? どんな助けでも大歓迎です。
ありがとう!
I have this code:
MyObject Obj {get;set;} var x = from xml in xmlDocument.Descendants("Master") select new MyObject { PropOne = //code t