Skip to content

Event Details

  • File: src/features/events/partials/EventDetails.svelte

Overview

Shows full details of an event: organizer, time, participants or QR code, notes, and attachments. The owner can edit or delete. Loads event data by id when only an id is provided, and offers a join-code QR (EventQRCode.svelte).

Module Functions

ts
export async function getEvent(eventId): Promise<...>
export async function deleteEvent(command): Promise<...>   // via svc

Released under the MIT License.