fixes google calendar issue (#5205)

This commit is contained in:
Carina Wollendorfer 2022-10-25 15:45:43 +02:00 committed by GitHub
parent 5f1d20319a
commit a4ff5d0cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ export default class GoogleCalendarService implements Calendar {
},
// eslint-disable-next-line
...calEventRaw.attendees.map(({ id, ...rest }) => ({
rest,
...rest,
responseStatus: "accepted",
})),
],
@ -179,7 +179,7 @@ export default class GoogleCalendarService implements Calendar {
},
// eslint-disable-next-line
...event.attendees.map(({ id, ...rest }) => ({
rest,
...rest,
responseStatus: "accepted",
})),
],