fix manage link in calendar

This commit is contained in:
Thomas Ruoff
2022-12-26 00:38:19 +01:00
parent 42157e8048
commit 4508c3e738

View File

@@ -60,7 +60,7 @@ function getSummary(booking: Partial<Booking>): string {
}
function getDescription(booking: Booking): string {
const bookingUrl = `${getBaseURL()}/admin/booking/${booking.uuid}`
const bookingUrl = `${getBaseURL()}/admin/bookings/${booking.uuid}`
return `Managelink ${bookingUrl}`
}
@@ -103,4 +103,4 @@ export async function deleteCalendarEvent(booking: Booking) {
// });
//
// return booking;
//}
//}