google-api-java-client-services icon indicating copy to clipboard operation
google-api-java-client-services copied to clipboard

Google Calendar Event Creation send Notifications

Open renatoborgescardoso opened this issue 5 years ago • 0 comments

Event creation does not send email. The calendar event is created. Exemple: service.events().insert(calendarId, event).setSendUpdates("all").execute(); or service.events().insert(calendarId, event).setSendNotifications(Boolean.TRUE).execute();

renatoborgescardoso avatar May 15 '20 18:05 renatoborgescardoso