Fixed update method
This commit is contained in:
parent
3e338aaa05
commit
749427cab3
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue