1) Annual 'Japanese Festivals' are held the same time each year and celebrate a seasonal
or historical Japanese events.
2) 'Obon Festivals' happen during summer over several months and honor those who have
passed away. (June - August)
An important element of Japanese festivals are community involvement and
fundraising opportunity for the organizations . Show your support by attending.
Japanese Summer Obon Festivals occur between June to August.
Obon or just Bon is the most important religious holiday in Japan.
A Japanese Buddhist custom to honor the spirits of one's ancestors
and returning to one's family roots.
Japanese Tea Ceremony at the Tea House in Quincy (2 Dates) NEW
SELECT DISTINCT e.PkID, e.Title, e.StartDate, e.StartTime, e.EndTime, e.TBD, e.Description,
e.LocID, l.Name, l.Lat, l.Lon, e.SeriesID
FROM hc_events e
LEFT JOIN hc_locations l ON (e.LocID = l.PkID)
WHERE (e.SeriesID = '5d3ea933cdf4a5c67' OR e.LocID = '0') AND e.IsActive = 1 AND e.IsApproved = 1 AND e.StartDate >= '2025-03-12'
ORDER BY e.Title, e.StartDate, e.TBD, e.StartTime
SELECT DISTINCT e.PkID, e.Title, e.StartDate, e.StartTime, e.EndTime, e.TBD, e.Description,
e.LocID, l.Name, l.Lat, l.Lon, e.SeriesID
FROM hc_events e
LEFT JOIN hc_locations l ON (e.LocID = l.PkID)
WHERE (e.SeriesID = '1258' OR e.LocID = '1258') AND e.IsActive = 1 AND e.IsApproved = 1 AND e.StartDate >= '2025-03-12'
ORDER BY e.Title, e.StartDate, e.TBD, e.StartTime