Allow updating events

This commit is contained in:
Bruno Bernardino
2024-03-21 16:24:59 +00:00
parent f779dde0fc
commit 9cd5d9f43d
8 changed files with 388 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ export const handler: Handler<Data, FreshContextState> = async (request, context
}
try {
calendarEvent = await getCalendarEvent(calendarEventId, calendarId, context.state.user.id);
calendarEvent = await getCalendarEvent(calendarEventId, context.state.user.id);
} catch (error) {
console.error(error);
}