Fixed update method

pull/253/head
nicolas 2021-06-09 22:04:57 +02:00
parent 3e338aaa05
commit 749427cab3
1 changed files with 1 additions and 0 deletions

View File

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