Send mails to all users
This commit is contained in:
parent
29fef04620
commit
8c7322b0dc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue