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.
Google API バージョン 2 for .NET を使用して Google カレンダー エントリを作成しています。Google カレンダーで「ゲストを追加」を設定するにはどうすればよいですか?
ありがとう
eventEntry.Participants.Add(new Who(..)) を使用してみてください