diff --git a/helpers/ical.ts b/helpers/ical.ts index a725c9c..165d624 100644 --- a/helpers/ical.ts +++ b/helpers/ical.ts @@ -17,7 +17,7 @@ export function generateBookedCalendar(bookings: Booking[]) { start: convertDay(booking.days[0]), end: convertDay(booking.days[booking.days.length - 1]), title: `Buchung ${booking.booker.name}`, - description: `Link: ${getBaseURL()}/booking/${booking.uuid}`, + description: `Link: ${getBaseURL()}/admin/booking/${booking.uuid}`, status: booking.status === BOOKING_STATUS.CONFIRMED ? ('CONFIRMED' as EventStatus)