Sending email notifications for Events via Google Calendar API
问题 I'm using the calendar.events.insert API to add an Event to my Calendar via the PHP client. The event is being inserted correctly along with appropriate values as set by the API. The same however is not able to trigger an email invite to the attendees. I looked around to find that the request needs to set the param sendNotifications as true . The same doesn't seem to help either. Here is a sample code: var request = gapi.client.calendar.events.insert({ "calendarId" : calendarData.id,