From 749427cab34866ca0bbec51e090a0f5d9cb3ac62 Mon Sep 17 00:00:00 2001 From: nicolas Date: Wed, 9 Jun 2021 22:04:57 +0200 Subject: [PATCH] Fixed update method --- lib/calendarClient.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/calendarClient.ts b/lib/calendarClient.ts index de516480..c11348f4 100644 --- a/lib/calendarClient.ts +++ b/lib/calendarClient.ts @@ -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);