Skip to content

File attachments on events #27

@sylvinus

Description

@sylvinus

Research: Users attach documents (meeting agendas, dossiers) to events
for preparation. "Le mail que je recois, j'en fais un rendez-vous, ce qui
me permet de garder dans le rendez-vous le fil des echanges, voire des
pieces jointes."

Current state: AttachmentsSection.tsx exists with file picker UI but
is not wired into EventModal.tsx — never imported or rendered. The
attachments state exists in useEventForm but only stores metadata
(name, size, type), not actual file data. No upload to CalDAV.

Gap: Wire AttachmentsSection into EventModal, implement actual file
upload/download via CalDAV ATTACH property or separate storage.

Currently we agressively remove attachments in ics import to save storage space. Reevaluate that possibly

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions