{"id":40155,"date":"2024-07-05T13:04:11","date_gmt":"2024-07-05T19:04:11","guid":{"rendered":"https:\/\/www.yuengling.com\/?page_id=40155"},"modified":"2026-03-23T09:56:28","modified_gmt":"2026-03-23T15:56:28","slug":"event-calendar","status":"publish","type":"page","link":"https:\/\/www.yuengling.com\/event-calendar\/","title":{"rendered":"Tampa Event Schedule"},"content":{"rendered":"\n<div style=\"height:21px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<style>\n* {\n  box-sizing: border-box;\n}\n\n.column {\n  float: Left;\n  width: 20%;\n  padding-top: 10px;\n  padding-right: 10px;\n  background-color: #f9f9f9;\n\n}\n\n.row:after {\n  content: \"\";\n  display: table;\n  clear: both;\n  \n}\n\nh2{\n  color: #9a8052;\n  font-size: 30px;\n  font-family: 'Burford Base',regular;\n    \n}  \n\na {\n    color: #9a8052;\n    text-decoration: none;\n}\na:hover {\n    color:#9a8052; \n    text-decoration:none; \n    cursor:pointer;  \n}\n@media screen and (max-width: 600px) {\n  .column {\n    width: 100%;\n  }\n}\n<\/style>\n<\/head>\n<body>\n<div class=\"row\">\n  <div class=\"column\"; align=\"center\";>\n    <h2><a href=\"https:\/\/www.yuengling.com\/tampa\/\">MAIN<\/a><\/h2>\n  <\/div>\n  <div class=\"column\"; align=\"center\";>\n    <h2><a href=\"https:\/\/www.yuengling.com\/tampas-history\/\">HISTORY<\/a><\/h2>\n  <\/div>\n    <div class=\"column\"; align=\"center\";>\n    <h2><a href=\"https:\/\/www.yuengling.com\/food-menu\/\">MENU<\/a><\/h2>\n  <\/div>\n    <div class=\"column\"; align=\"center\";>\n    <h2><a href=\"https:\/\/tables.toasttab.com\/restaurants\/5955f6d5-2da3-437d-8a49-af8c4dcc3313\/reserve?partySize=2\">RESERVATIONS<\/a><\/h2>\n  <\/div>\n    <div class=\"column\"; align=\"center\";>\n    <h2><a href=\"https:\/\/www.yuengling.com\/event-rentals\/\">PRIVATE EVENTS<\/a><\/h2>\n  <\/div>\n<\/div>\n<\/body>\n<\/html>\n\n\n\n<link rel=\"stylesheet\" href=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/\">\n<style>\n@media only screen and (min-width : 957px) and (max-width : 1300) {\n        .main-banner-hp1{width:100%;padding:0px;}\n        .main-banner-hp1 img{aspect-ratio: 1080 \/ 1300;}\n      }\n  .home-banner-main-cell1{padding-left:0px;padding-right:0px;padding-top:0px;display:block;margin:0 auto;}\n  .outer-container-main1{width:100%;height:auto;display: flex;align-items: center;justify-content: center;padding:0px 0;margin-top:0px;}\n  @media only screen and (min-width : 1580) {\n  .main-banner-hp img{aspect-ratio: 1920 \/ 1080;}\n  }\n<\/style>\n<\/br>\n<div class=\"outer-container-main1\">\n  <div  class='home-banner-main1'>\n      <a href=\"\/tampa\" data-hashtag=\"#\/tampa\" data-touchpoint=\"home\" onclick=\"dataLayer.push({'event': 'customClick','category':'Yueng-DHK-EVENTS','action':'click','label':'Yueng-DHK-EVENTS-Hero'});\">\n        <picture class=\"main-banner-hp\">\n          <source media=\"(min-width: 768px)\" srcset=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2024\/07\/09074049\/24_Yueng_TamapaEvents_HeroImage_Desktop.jpg\" alt='Yuengling Draft Haus and Kitchen Event Schedule'>\n          <source media=\"(max-width: 800px)\" srcset=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2024\/07\/15114541\/24_Yueng_TamapaEvents_HeroImage_Mobile.png\" alt='Yuengling Draft Haus and Kitchen Event Schedule'>\n          <img decoding=\"async\" src=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2024\/07\/09074049\/24_Yueng_TamapaEvents_HeroImage_Desktop.jpg\" alt='Yuengling Draft Haus and Kitchen Event Schedule'>\n        <\/picture>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Events Page with Month Filters<\/title>\n  <style>\n    body {\n      font-family: Arial, sans-serif;\n      margin: 0;\n      padding: 0;\n      background: #f7f7f7;\n      color: #333;\n    }\n\n \n    .filters {\n      display: flex;\n      justify-content: center;\n      flex-wrap: wrap;\n      padding: 8px;\n      background: #f9f9f9;\n    }\n\n    .filters button {\n      background: #9a8052;\n      color: white;\n      font-family: 'Burford Base',regular;\n      font-size: 20px;\n      border: none;\n      padding: 12px 15px;\n      margin: 9px;\n      border-radius: 5px;\n      cursor: pointer;\n      transition: background 0.3s;\n    }\n\n    .filters button:hover {\n      background: #866f4d;\n    }\n\n    .filters button.active {\n      background-color: #866f4d;\n      box-shadow: inset 2px 2px 6px rgba(0,0,0,0.2);\n    }\n\n    .events {\n      display: flex;\n      flex-direction: column;\n      gap: 30px;\n      padding: 20px;\n    }\n\n    .event-card {\n      background: white;\n      padding: 20px;\n      box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n      transition: transform 0.2s;\n      display: flex;\n      align-items: flex-start;\n      gap: 20px;\n    }\n\n    .event-card:hover {\n      transform: translateY(-5px);\n    }\n\n    .event-card img {\n      width: 300px;\n      height: 300px;\n      object-fit: cover;\n      flex-shrink: 0;\n    }\n\n    .event-details {\n      flex: 1;\n      padding: 10px 0;\n    }\n\n    .event-details h3 {\n      margin-top: 0;\n      font-family: 'Avenir', sans-serif;\n      font-weight: 900;\n      text-transform: uppercase;\n    }\n\n    .event-date {\n      font-family: 'Burford Base',regular;\n      font-size: 20px;\n      color: #9a8052;\n      margin-bottom: 10px;\n      display: block;\n    }\n\n    .event-btn {\n      display: inline-block;\n      margin-top: 15px;\n      padding: 10px 18px;\n      background: #9a8052;\n      color: white;\n      text-decoration: none;\n      border-radius: 6px;\n      font-family: 'Avenir Black';\n      font-size: 15px;\n      transition: background 0.3s;\n    }\n\n    .event-btn:hover {\n      background: #866f4d;\n    }\n\n    \/* Mobile responsive layout *\/\n    @media (max-width: 768px) {\n      .event-card {\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n      }\n\n      .event-card img {\n        width: 100%;\n        max-width: 400px;\n        height: auto;\n      }\n\n      .event-details {\n        padding: 15px 0 0;\n        text-align: left;\n      }\n    }\n  <\/style> \n<\/head>\n<body>\n  <div class=\"filters\">\n    <button class=\"filter-btn active\" data-month=\"all\">All<\/button>\n    <button class=\"filter-btn\" data-month=\"january\">JAN<\/button>\n    <button class=\"filter-btn\" data-month=\"february\">FEB<\/button>\n    <button class=\"filter-btn\" data-month=\"march\">MAR<\/button>\n    <button class=\"filter-btn\" data-month=\"april\">APR<\/button>\n    <button class=\"filter-btn\" data-month=\"may\">MAY<\/button>\n    <button class=\"filter-btn\" data-month=\"june\">JUN<\/button>\n    <button class=\"filter-btn\" data-month=\"july\">JUL<\/button>\n    <button class=\"filter-btn\" data-month=\"august\">AUG<\/button>\n    <button class=\"filter-btn\" data-month=\"september\">SEP<\/button>\n    <button class=\"filter-btn\" data-month=\"october\">OCT<\/button>\n    <button class=\"filter-btn\" data-month=\"november\">NOV<\/button>\n    <button class=\"filter-btn\" data-month=\"december\">DEC<\/button>\n  <\/div>\n    <\/div>\n    <div class=\"event-card march\">\n\n        <img decoding=\"async\" src=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2025\/08\/22094509\/25_DHK_EventsPlaceholderImage_trivia.png\" alt=\"TRIVIA NIGHTS\">\n      <\/a>\n      <div class=\"event-details\">\n        <span class=\"event-date\">WEDNESDAYS | 7 &#8211; 9PM<\/span>\n        <h3>TRIVIA NIGHTS<\/h3>\n        <p>Put your brain to the test and your hands on a cold Yuengling. Questions may be tough, but the beer is easy.<\/p>\n<p>Dates:<\/p>\n<p>03\/04 General Knowledge Trivia<\/p>\n<p>03\/11 General Knowledge Trivia<\/p>\n<p>03\/18 General Knowledge Trivia<\/p>\n<p>03\/25 Trivia Theme: Shrek<\/p>\n      <\/div>\n    <\/div>\n        <div class=\"event-card march\">\n\n        <img decoding=\"async\" src=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2025\/08\/22095231\/25_DHK_EventsPlaceholderImage_musicbingo.png\" alt=\"MUSIC BINGO\">\n      <\/a>\n      <div class=\"event-details\">\n        <span class=\"event-date\">THURSDAYS | 7 &#8211; 10PM<\/span>\n        <h3>MUSIC BINGO &#038; KARAOKE<\/h3>\n        <p>Join us for a night of Music Bingo, where your favorite tunes could win you fun prizes\u2014lucky winners take home the goods! Then, finish the night with Karaoke.<\/p>\n<p>Dates:<\/p>\n<p>03\/05 Music Bingo @ 7PM, Karaoke @ 8:30PM<\/p>\n<p>03\/12 Music Bingo @ 7PM, Karaoke @ 8:30PM<\/p>\n<p>03\/19 Music Bingo @ 7PM, Karaoke @ 8:30PM<\/p>\n<p>03\/26 Music Bingo @ 7PM, Karaoke @ 8:30PM<\/p>\n      <\/div>\n    <\/div>\n        <div class=\"event-card march\">\n\n        <img decoding=\"async\" src=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2025\/08\/22101131\/25_DHK_EventsPlaceholderImage_livemusic.png\" alt=\"WEEKEND LIVE MUSIC\">\n      <\/a>\n      <div class=\"event-details\">\n       <span class=\"event-date\">FRIDAYS, SATURDAYS, &#038; SUNDAYS<\/span>\n        <h3>LIVE MUSIC AT YUENGLING DRAFT HAUS &#038; KITCHEN<\/h3>\n        <p>Join us for live music, good vibes, and plenty of Yuengling.<\/p>\n\n<p>Fridays 6-9 PM<\/p>\n<p>Saturdays 6-9 PM<\/p>\n<p>Sundays 12-3 PM<\/p>\n<\/div>\n    <\/div>\n      <\/div>\n    \n       <div class=\"event-card march\">\n      <a href=\"https:\/\/example.com\" target=\"_blank\">\n        <img decoding=\"async\" src=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2025\/08\/22102447\/25_DHK_EventsPlaceholderImage_Eagleseiesrelease.png\" alt=\"EAGLE SERIES\">\n      <\/a>\n      <div class=\"event-details\">\n        <span class=\"event-date\">THURSDAY, MAR 12 | 6 &#8211; 10PM<\/span>\n        <h3>EAGLE SERIES RELEASE: STOUT<\/h3>\n        <p>Save the date to try Yuengling&#8217;s newest Eagle Series release!<\/p>\n<p>Be one of the first to register for a VIP Access in our gift shop from 6-7 PM. Stay a little longer to play Music Bingo (7:00-8:30 PM,) and finish the night with Karaoke (8:30 PM-10:00 PM)<\/p>\n<p>Elevate your night with a Brewery Tour and Beer Dinner Experience! This is your only chance to get a first look at the new Brewery Tour Experience launching in mid-March.<\/p>\n  <a href=\"https:\/\/www.eventbrite.com\/e\/1977664215907?aff=oddtdtcreator\" target=\"_blank\" class=\"event-btn\">VIP REGISTRATION <\/a> \n  <a href=\"https:\/\/tables.toasttab.com\/yuenglingdrafthauskitchen\/experience\/eagle-series-stout-dinner-and-tasting-experience?partySize=1&#038;dateTime=2026-03-12T18:30:00.000-04:00\"_blank\" class=\"event-btn\">BREWERY TOUR &#038; BEER DINNER <\/a> \n      <\/div>\n    <\/div>    \n             <div class=\"event-card march\">\n        <img decoding=\"async\" src=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2026\/03\/02160653\/25_DHK_EventsPlaceholderImage_St.-Patricks_D1.png\" alt=\"St. Patrick's\">\n      <\/a>\n      <div class=\"event-details\">\n        <span class=\"event-date\">SAT, MAR 14 | Starting at 1 PM<\/span>\n        <h3>St. Patrick&#8217;s Weekend<\/h3>\n        <p>Celebrate St. Patrick\u2019s Day starting at 1PM with an afternoon of music, flavor, and festive pours.\n<p>Our stage will feature live music and a DJ throughout the event, creating the perfect backdrop for Irish-inspired bites and beer specials crafted just for the occasion.<p>\n<p>Whether you&#8217;re coming for the entertainment or the pours, this is where you\u2019ll want to be.<p>\n      <\/div>\n    <\/div>\n      \n             <div class=\"event-card march\">\n        <img decoding=\"async\" src=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2026\/03\/02160705\/25_DHK_EventsPlaceholderImage_St.-Patricks_D2.png\" alt=\"FAMILY DAY\">\n      <\/a>\n      <div class=\"event-details\">\n        <span class=\"event-date\">SUN, MAR 15 | Starting at 1 PM<\/span>\n        <h3>FAMILY DAY &#038; TAMPA LOCAL MARKET<\/h3>\n        <p>Join us for Family Day St. Patrick\u2019s Celebration \u2014 where the fun is for everyone! \ud83c\udf40   <p>\n\n   <p>We\u2019re welcoming Tampa Local Market for a day of local vendors, shopping, and community vibes, plus a DJ spinning feel-good favorites all afternoon.   <p>\n\n   <p>Bring the little ones for face painting, enjoy outdoor fun, and soak up a festive day filled with Irish-inspired bites and plenty of ways to celebrate together.<p>\n      <\/div>\n    <\/div>\n<div class=\"event-card march\">\n        <img decoding=\"async\" src=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2025\/08\/22091705\/25_DHK_EventsPlaceholderImage_Bonsai.png\" alt=\"BONSAI &#038; BREWS\">\n      <\/a>\n      <div class=\"event-details\">\n      <span class=\"event-date\">THURSDAY, MAR 19 | 7 &#8211; 9PM<\/span>\n        <h3>BONSAI &#038; BREWS<\/h3>\n        <p>Immerse yourself in the ancient art of bonsai while enjoying the modern comforts of Yuengling Draft Haus &#038; Kitchen. Sip on Yuengling\u2019s finest brews as our expert instructors guide you through the process of creating and caring for your miniature tree.<\/p>\n  <a href=\"https:\/\/thunderstruckbonsai.com\/events\/yuengling-draft-haus\/?v=0b3b97fa6688\" target=\"_blank\" class=\"event-btn\">SIGN UP HERE <\/a>\n\n <\/div>\n    <\/div>\n        <div class=\"event-card march\">\n\n        <img decoding=\"async\" src=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2025\/10\/20070833\/25_DHK_EventsPlaceholderImage_NightMarket.png\" alt=\"NIGHT MARKET\">\n      <\/a>\n      <div class=\"event-details\">\n        <span class=\"event-date\">FRIDAY, MAR 20 | 6 &#8211; 10PM<\/span>\n        <h3>NIGHT MARKET<\/h3>\n        <p>We have partnered with our friend the Saucy Queen to bring you a free and family-friendly event. Enjoy over 50 local artisans and live music!<\/p>\n <\/div>\n    <\/div>\n          <div class=\"event-card march\">\n      <a href=\"https:\/\/example.com\" target=\"_blank\">\n        <img decoding=\"async\" src=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2025\/12\/26103501\/25_DHK_EventsPlaceholderImage_PilatesPints.png\" alt=\"PILATES\">\n      <\/a>\n      <div class=\"event-details\">\n      <span class=\"event-date\">SATURDAY, MAR 21 | 11AM &#8211; 12PM<\/span>\n        <h3>PILATES &#038; PINTS WITH CLUB PILATES<\/h3>\n        <p>Roll out your mat for a fun, all-levels Pilates class led by our Lead Instructor, Marlana. This outdoor mat class will focus on strength, flexibility, and balance \u2014 all while giving back to our community.\n<P>\nStay for Brews &#038; Bites:\nAfter class, enjoy a free beer ticket (21+) and hang out at the Yuengling Draft Haus &#038; Kitchen to savor some local brews and bites.<\/p>\n  <a href=\"https:\/\/www.eventbrite.com\/e\/free-mat-pilates-class-circuit-style-at-yuengling-draft-haus-tickets-1983818290911?aff=ebdsoporgprofile\"target=\"_blank\" class=\"event-btn\">SIGN UP HERE <\/a>\n<\/div>\n    <\/div>\n       <div class=\"event-card april\">\n      <a href=\"https:\/\/example.com\" target=\"_blank\">\n        <img decoding=\"async\" src=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2025\/08\/22102447\/25_DHK_EventsPlaceholderImage_Eagleseiesrelease.png\" alt=\"EAGLE SERIES\">\n      <\/a>\n      <div class=\"event-details\">\n        <span class=\"event-date\">THURSDAY, APR 9 | 6 &#8211; 10PM<\/span>\n        <h3>EAGLE SERIES RELEASE: POLSKA PILSNER<\/h3>\n        <p>Save the date to try Yuengling&#8217;s newest Eagle Series release!<\/p>\n<p>Be one of the first to register for a VIP Access in our gift shop from 6-7 PM. Stay a little longer to play Music Bingo (7:00-8:30 PM,) and finish the night with Karaoke (8:30 PM-10:00 PM)<\/p>\n<p>Elevate your night with a Brewery Tour and Beer Dinner Experience!<\/p>\n  <a href=\"https:\/\/www.eventbrite.com\/e\/eagle-series-polska-pilsner-first-pour-and-vip-access-tickets-1978914597833?aff=oddtdtcreator&#038;keep_tld=true\" target=\"_blank\" class=\"event-btn\">VIP REGISTRATION <\/a> \n  <a href=\"https:\/\/tables.toasttab.com\/yuenglingdrafthauskitchen\/experience\/eagle-series-stout-dinner-and-tasting-experience-2?deeplink=true&#038;partySize=1&#038;dateTime=2026-04-09T18:15:00.000-04:00\"target=\"_blank\" class=\"event-btn\">BREWERY TOUR &#038; BEER DINNER <\/a> \n      <\/div>\n    <\/div>\n       <div class=\"event-card september\">\n      <a href=\"https:\/\/example.com\" target=\"_blank\">\n        <img decoding=\"async\" src=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2025\/08\/22102447\/25_DHK_EventsPlaceholderImage_Eagleseiesrelease.png\" alt=\"EAGLE SERIES\">\n      <\/a>\n      <div class=\"event-details\">\n        <span class=\"event-date\">THURSDAY, SEP 17  | 6 &#8211; 10PM<\/span>\n        <h3>EAGLE SERIES RELEASE: BLUEBERRY<\/h3>\n        <p>Save the date to try Yuengling&#8217;s newest Eagle Series release!<\/p>\n      <\/div>\n    <\/div>\n       <div class=\"event-card october\">\n      <a href=\"https:\/\/example.com\" target=\"_blank\">\n        <img decoding=\"async\" src=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2025\/08\/22102447\/25_DHK_EventsPlaceholderImage_Eagleseiesrelease.png\" alt=\"EAGLE SERIES\">\n      <\/a>\n      <div class=\"event-details\">\n        <span class=\"event-date\">THURSDAY, OCT 15 | 6 &#8211; 10PM<\/span>\n        <h3>EAGLE SERIES RELEASE: PEANUT BUTTER<\/h3>\n        <p>Save the date to try Yuengling&#8217;s newest Eagle Series release!<\/p>\n      <\/div>\n    <\/div>\n       <div class=\"event-card november\">\n      <a href=\"https:\/\/example.com\" target=\"_blank\">\n        <img decoding=\"async\" src=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2025\/08\/22102447\/25_DHK_EventsPlaceholderImage_Eagleseiesrelease.png\" alt=\"EAGLE SERIES\">\n      <\/a>\n      <div class=\"event-details\">\n        <span class=\"event-date\">THURSDAY, NOV 19 | 6 &#8211; 10PM<\/span>\n        <h3>EAGLE SERIES RELEASE: CRANBERRY SOUR<\/h3>\n        <p>Save the date to try Yuengling&#8217;s newest Eagle Series release!<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <script>\n    const filterButtons = document.querySelectorAll('.filter-btn');\n    const events = document.querySelectorAll('.event-card');\n\n    filterButtons.forEach(button => {\n      button.addEventListener('click', () => {\n        \/\/ Remove active class from all buttons\n        filterButtons.forEach(btn => btn.classList.remove('active'));\n        \/\/ Add active class to clicked button\n        button.classList.add('active');\n\n        const month = button.getAttribute('data-month');\n        events.forEach(event => {\n          if (month === 'all' || event.classList.contains(month)) {\n            event.style.display = 'flex';\n          } else {\n            event.style.display = 'none';\n          }\n        });\n      });\n    });\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>MAIN HISTORY MENU RESERVATIONS PRIVATE EVENTS Events Page with Month Filters All JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC WEDNESDAYS | 7 &#8211; 9PM TRIVIA NIGHTS Put your brain to the test and your hands on a cold Yuengling. Questions may be tough, but the beer is easy. Dates: 03\/04 [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":40181,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-40155","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tampa Event Schedule - Yuengling<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.yuengling.com\/event-calendar\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tampa Event Schedule - Yuengling\" \/>\n<meta property=\"og:description\" content=\"MAIN HISTORY MENU RESERVATIONS PRIVATE EVENTS Events Page with Month Filters All JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC WEDNESDAYS | 7 &#8211; 9PM TRIVIA NIGHTS Put your brain to the test and your hands on a cold Yuengling. Questions may be tough, but the beer is easy. Dates: 03\/04 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.yuengling.com\/event-calendar\/\" \/>\n<meta property=\"og:site_name\" content=\"Yuengling\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-23T15:56:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2024\/07\/05112849\/24_Yueng_TamapaEvents_FeaturedImage.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"409\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.yuengling.com\/event-calendar\/\",\"url\":\"https:\/\/www.yuengling.com\/event-calendar\/\",\"name\":\"Tampa Event Schedule - Yuengling\",\"isPartOf\":{\"@id\":\"https:\/\/www.yuengling.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.yuengling.com\/event-calendar\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.yuengling.com\/event-calendar\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2024\/07\/05112849\/24_Yueng_TamapaEvents_FeaturedImage.jpg\",\"datePublished\":\"2024-07-05T19:04:11+00:00\",\"dateModified\":\"2026-03-23T15:56:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.yuengling.com\/event-calendar\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.yuengling.com\/event-calendar\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.yuengling.com\/event-calendar\/#primaryimage\",\"url\":\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2024\/07\/05112849\/24_Yueng_TamapaEvents_FeaturedImage.jpg\",\"contentUrl\":\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2024\/07\/05112849\/24_Yueng_TamapaEvents_FeaturedImage.jpg\",\"width\":2000,\"height\":409},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.yuengling.com\/event-calendar\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.yuengling.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tampa Event Schedule\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.yuengling.com\/#website\",\"url\":\"https:\/\/www.yuengling.com\/\",\"name\":\"Yuengling\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.yuengling.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.yuengling.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.yuengling.com\/#organization\",\"name\":\"Yuengling\",\"url\":\"https:\/\/www.yuengling.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.yuengling.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2022\/04\/29121507\/Yueng_CorpLogo_2C-e1650314147946.png\",\"contentUrl\":\"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2022\/04\/29121507\/Yueng_CorpLogo_2C-e1650314147946.png\",\"width\":382,\"height\":218,\"caption\":\"Yuengling\"},\"image\":{\"@id\":\"https:\/\/www.yuengling.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tampa Event Schedule - Yuengling","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.yuengling.com\/event-calendar\/","og_locale":"en_US","og_type":"article","og_title":"Tampa Event Schedule - Yuengling","og_description":"MAIN HISTORY MENU RESERVATIONS PRIVATE EVENTS Events Page with Month Filters All JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC WEDNESDAYS | 7 &#8211; 9PM TRIVIA NIGHTS Put your brain to the test and your hands on a cold Yuengling. Questions may be tough, but the beer is easy. Dates: 03\/04 [&hellip;]","og_url":"https:\/\/www.yuengling.com\/event-calendar\/","og_site_name":"Yuengling","article_modified_time":"2026-03-23T15:56:28+00:00","og_image":[{"width":2000,"height":409,"url":"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2024\/07\/05112849\/24_Yueng_TamapaEvents_FeaturedImage.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.yuengling.com\/event-calendar\/","url":"https:\/\/www.yuengling.com\/event-calendar\/","name":"Tampa Event Schedule - Yuengling","isPartOf":{"@id":"https:\/\/www.yuengling.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.yuengling.com\/event-calendar\/#primaryimage"},"image":{"@id":"https:\/\/www.yuengling.com\/event-calendar\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2024\/07\/05112849\/24_Yueng_TamapaEvents_FeaturedImage.jpg","datePublished":"2024-07-05T19:04:11+00:00","dateModified":"2026-03-23T15:56:28+00:00","breadcrumb":{"@id":"https:\/\/www.yuengling.com\/event-calendar\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.yuengling.com\/event-calendar\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.yuengling.com\/event-calendar\/#primaryimage","url":"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2024\/07\/05112849\/24_Yueng_TamapaEvents_FeaturedImage.jpg","contentUrl":"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2024\/07\/05112849\/24_Yueng_TamapaEvents_FeaturedImage.jpg","width":2000,"height":409},{"@type":"BreadcrumbList","@id":"https:\/\/www.yuengling.com\/event-calendar\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.yuengling.com\/"},{"@type":"ListItem","position":2,"name":"Tampa Event Schedule"}]},{"@type":"WebSite","@id":"https:\/\/www.yuengling.com\/#website","url":"https:\/\/www.yuengling.com\/","name":"Yuengling","description":"","publisher":{"@id":"https:\/\/www.yuengling.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.yuengling.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.yuengling.com\/#organization","name":"Yuengling","url":"https:\/\/www.yuengling.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.yuengling.com\/#\/schema\/logo\/image\/","url":"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2022\/04\/29121507\/Yueng_CorpLogo_2C-e1650314147946.png","contentUrl":"https:\/\/assets.yuengling.com\/wp-content\/uploads\/2022\/04\/29121507\/Yueng_CorpLogo_2C-e1650314147946.png","width":382,"height":218,"caption":"Yuengling"},"image":{"@id":"https:\/\/www.yuengling.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.yuengling.com\/wp-json\/wp\/v2\/pages\/40155","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.yuengling.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.yuengling.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.yuengling.com\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yuengling.com\/wp-json\/wp\/v2\/comments?post=40155"}],"version-history":[{"count":304,"href":"https:\/\/www.yuengling.com\/wp-json\/wp\/v2\/pages\/40155\/revisions"}],"predecessor-version":[{"id":64689,"href":"https:\/\/www.yuengling.com\/wp-json\/wp\/v2\/pages\/40155\/revisions\/64689"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.yuengling.com\/wp-json\/wp\/v2\/media\/40181"}],"wp:attachment":[{"href":"https:\/\/www.yuengling.com\/wp-json\/wp\/v2\/media?parent=40155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}