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