diff --git a/pages/api/book/[user].ts b/pages/api/book/[user].ts index 65a509bd..7e8de525 100644 --- a/pages/api/book/[user].ts +++ b/pages/api/book/[user].ts @@ -49,8 +49,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse) const referencesToCreate = currentUser.credentials.length == 0 ? [] : [ { type: currentUser.credentials[0].type, - // Get the eventId. The Google API does not return it somewhere elso, so we need do it like this: - uid: result.htmlLink.replace("https://www.google.com/calendar/event?eid=", "") + uid: result.id } ];