Portland Events
Discover 93 upcoming events across Portland.
93 upcoming events
·
29 neighborhoods
·
19 this week
{
if (this.filterType && e.type !== this.filterType) return false;
if (this.filterNeighborhood && e.neighborhood !== this.filterNeighborhood) return false;
if (this.filterMonth && e.date_month !== this.filterMonth) return false;
return true;
});
},
get thisWeek() {
const today = new Date();
today.setHours(0,0,0,0);
const weekEnd = new Date(today);
weekEnd.setDate(weekEnd.getDate() + 7);
return this.filtered.filter(e => {
const d = new Date(e.date_sort + 'T00:00:00');
return d >= today && d <= weekEnd;
});
},
get upcoming() {
const today = new Date();
today.setHours(0,0,0,0);
const weekEnd = new Date(today);
weekEnd.setDate(weekEnd.getDate() + 7);
return this.filtered.filter(e => {
const d = new Date(e.date_sort + 'T00:00:00');
return d > weekEnd;
});
},
resetFilters() {
this.filterType = '';
this.filterNeighborhood = '';
this.filterMonth = 0;
},
get activeFilterCount() {
return (this.filterType ? 1 : 0) + (this.filterNeighborhood ? 1 : 0) + (this.filterMonth ? 1 : 0);
}
}"
style="margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); width: 100vw;">
event
events
Upcoming Events
No events found
Try adjusting your filters or check back soon.
All matching events are happening this week — check above!
Hosting an Event in Portland?
Submit your event to reach Portland residents across every neighborhood. Free for community events.
Browse Events by Neighborhood
Adams Morgan
Alexandria
Ballston
Bristow
Brookland
Capitol Hill
Capitol Riverfront
Clarendon
Columbia
Columbia Heights
Downtown DC
Dupont Circle
Eckington
Falls Church
Foggy Bottom
Georgetown
H Street Corridor
Logan Circle
Navy Yard
NoMa
Northeast DC
Old Town Alexandria
Penn Quarter
Shaw
Southwest DC
Southwest Waterfront
Tenleytown
U Street Corridor
West End