Fixed update method

This commit is contained in:
nicolas 2021-06-09 22:04:57 +02:00
parent 3e338aaa05
commit 749427cab3

View file

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