Event Sidebar

Upcoming Events

Woofstock 2023

06/24/2023 @ 12:00 am - 5:00 pm

Taste of the South

07/15/2023 @ 7:00 pm - 11:59 pm
				
					require 'google_search_results' 

params = {
  engine: "google_events",
  q: "Events in Austin",
  hl: "en",
  gl: "us",
  api_key: "b1fde87fe24259266c7d8ae2a92fc8f0c466b8d6144fe43762091bb01cb5f1b0"
}

search = GoogleSearch.new(params)
events_results = search.get_hash[:events_results]
				
			
Title
.