diff --git a/pages/api/book/confirm.ts b/pages/api/book/confirm.ts index 36cfb95e..65c60b91 100644 --- a/pages/api/book/confirm.ts +++ b/pages/api/book/confirm.ts @@ -64,6 +64,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse) endTime: booking.endTime.toISOString(), organizer: { email: currentUser.email, name: currentUser.name, timeZone: currentUser.timeZone }, attendees: booking.attendees, + location: booking.location, }; if (req.body.confirmed) {