zoomcal-jeffemmett/backlog/tasks/task-4 - Add-event-detail-m...

857 B

id title status assignee created_date updated_date labels dependencies priority
task-4 Add event detail modal/panel Done
2026-01-02 14:27 2026-01-02 16:30
medium

Description

When clicking an event in the calendar, show a detail modal or side panel with full event information including description, location, attendees, and links

Implementation Notes

Created EventDetailModal.tsx component that displays:

  • Event title with source color bar
  • Date/time with duration
  • IFC date display
  • Recurring event indicator
  • Location (physical or virtual with join link)
  • Attendee count and organizer
  • Full description with HTML rendering
  • Source badge and event status

Wired up click handlers in MonthView to open the modal when clicking event chips.