Skip to content

Commit

Permalink
Hotfix google calendar (#5207)
Browse files Browse the repository at this point in the history
* Hotfix: metadata parsing

* Hotfix: removed data64 avatar for 4mb payload limit

* Hotfix: Installed Apps Tabs Switchi g (#5063) (#5064)

* Hotfix: metadata parsing

* Use Router query as tabs use shallow routing, data-fetching doesnt occur on switching tabs

Co-authored-by: zomars <zomars@me.com>

Co-authored-by: zomars <zomars@me.com>

* fixes google calendar issue

Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
  • Loading branch information
4 people committed Oct 25, 2022
1 parent 68ae3c4 commit d691109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app-store/googlecalendar/lib/CalendarService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default class GoogleCalendarService implements Calendar {
},
// eslint-disable-next-line
...calEventRaw.attendees.map(({ id, ...rest }) => ({
rest,
...rest,
responseStatus: "accepted",
})),
],
Expand Down Expand Up @@ -179,7 +179,7 @@ export default class GoogleCalendarService implements Calendar {
},
// eslint-disable-next-line
...event.attendees.map(({ id, ...rest }) => ({
rest,
...rest,
responseStatus: "accepted",
})),
],
Expand Down

1 comment on commit d691109

@vercel
Copy link

@vercel vercel bot commented on d691109 Oct 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cal – ./

cal-git-production-cal.vercel.app
app.calendso.com
app.cal.com
cal-cal.vercel.app

Please sign in to comment.