Calendar Week View — Event Block Lines (2026-08-03)

Field Inspections calendar, week and day grid views (WeekGridView / DayGridView in portal-v2/src/pages/CalendarPage.tsx, commits 2dd5105 + 188cc28).

Event blocks now show, in order:

  1. Appointment time
  2. House number + street
  3. City, State (zip stripped via cityStateOnly() helper)
  4. Branch · Jurisdiction (jurisdiction from event description)

Removed from these views: inspector name (assigned_tech), truncated SOW summary (sow_summary), and the day view’s Visit Purpose label. Requested by Dustin. Month view and the month-view side panel are unchanged. WeekGridView is shared with the PPDR calendar, so its week view inherits the same layout.

Related: ppdr-calendar-split