Fixed update call
This commit is contained in:
parent
df245ff9a5
commit
bd1cb474c5
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ const GoogleCalendar = (credential): CalendarApiAdapter => {
|
|||
}),
|
||||
updateEvent: (uid: String, event: CalendarEvent) => new Promise((resolve, reject) => {
|
||||
const calendar = google.calendar({version: 'v3', auth: myGoogleAuth});
|
||||
calendar.events.updateEvent({
|
||||
calendar.events.update({
|
||||
auth: myGoogleAuth,
|
||||
calendarId: 'primary',
|
||||
eventId: uid,
|
||||
|
|
Loading…
Reference in a new issue