google-api-java-client-services
google-api-java-client-services copied to clipboard
Google Calendar Event Creation send Notifications
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();