docs: add prompt 8 for icalendar attachment feature

This commit is contained in:
2026-08-12 18:07:33 +02:00
parent b99b1f4ae5
commit 8685b3c466
@@ -0,0 +1,6 @@
I want to attach an iCalendar (.ics) file to the reservation confirmation email so that booked dates can be directly imported into a smartphone calendar.
Requirements:
- Format the outgoing email as a `multipart/mixed` MIME message.
- Dynamically generate an iCalendar (`.ics`) file containing the booking details (date, selected activity/activities, name).
- Set proper MIME headers (`Content-Type: text/calendar`, `Content-Disposition: attachment; filename="date-event.ics"`) so smartphones (iOS / Android) and calendar apps present a direct "Add to Calendar" import prompt.