Send mails to all users

This commit is contained in:
nicolas 2021-06-07 09:24:44 +02:00
parent 29fef04620
commit 8c7322b0dc

View File

@ -239,7 +239,7 @@ const GoogleCalendar = (credential): CalendarApiAdapter => {
calendarId: 'primary',
eventId: uid,
sendNotifications: true,
sendUpdates: true,
sendUpdates: 'all',
}, function (err, event) {
if (err) {
console.log('There was an error contacting the Calendar service: ' + err);