How to add “Add guests” details in Google Calendar using Google API Version 2
I am using Google API Version 2 fo .NET to create Google Calendar Entries开发者_开发百科. How can we set "Add guests" in Google Calendar ?
Thanx
Try using eventEntry.Participants.Add(new Who(..))
精彩评论