jjzjj

sendNotifications

全部标签

c# - 找不到 sendNotifications 选项 Google Calendar api v3 .NET

我正在.Net上测试GoogleCalendarAPIv3。我已经设法将事件添加到日历中,如下所示:Google.Apis.Calendar.v3.Data.EventAttendeeattendee=newGoogle.Apis.Calendar.v3.Data.EventAttendee();attendee.Email="[email]@gmail.com";Listevent_attendees=newList();event_attendees.Add(attendee);Google.Apis.Calendar.v3.Data.Eventnew_event=newGoogl