fixes google calendar issue (#5205)

This commit is contained in:
Carina Wollendorfer
2022-10-25 13:45:43 +00:00
committed by GitHub
parent 5f1d20319a
commit a4ff5d0cee
@@ -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",
})),
],