Portland Events
Discover 106 upcoming events across Portland.
106 upcoming events
·
26 neighborhoods
·
11 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
Allentown
Armory Square
Atlantic Avenue
Black Rock
Capitol Hill
Carlson Road
Center Square
Chippewa
Clifton Park
Cobblestone District
Downtown Albany
Downtown Rochester
Downtown Syracuse
Downtown Troy
Eastside
Franklin Street
Henrietta
Irondequoit
Lark Street
Monroe Avenue
Near Eastside
Neighborhood of the Arts
Theater District
Theatre District
West Side
Westcott