Fixed update method
parent
3e338aaa05
commit
749427cab3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue