add_filter('tec_tickets_commerce_stripe_payment_intent_args', 'add_event_meta_to_payment_intent', 10, 3);

function add_event_meta_to_payment_intent($intent_args, $order, $ticket) {
    $event_id = get_post_meta($ticket->ID, '_tribe_wooticket_for_event', true);
    $event = get_post($event_id);

    if ($event) {
        $intent_args['metadata']['event_id'] = $event->ID;
        $intent_args['metadata']['event_name'] = $event->post_title;
        $intent_args['metadata']['event_date'] = get_the_date('', $event);
        $intent_args['metadata']['ticket_type'] = $ticket->name ?? 'N/A';
    }

    return $intent_args;
}
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Black Star Farms - ECPv6.15.18//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:Black Star Farms
X-ORIGINAL-URL:https://blackstarfarms.com
X-WR-CALDESC:Events for Black Star Farms
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Detroit
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20250309T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20251102T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20260308T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20261101T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20270314T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20271107T060000
END:STANDARD
END:VTIMEZONE
BEGIN:VTIMEZONE
TZID:America/New_York
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20250309T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20251102T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20260308T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20261101T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20270314T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20271107T060000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20260411T183000
DTEND;TZID=America/Detroit:20260411T193000
DTSTAMP:20260406T090553
CREATED:20260115T003605Z
LAST-MODIFIED:20260402T163650Z
UID:10000260-1775932200-1775935800@blackstarfarms.com
SUMMARY:Wine & Cheese Tasting Workshop
DESCRIPTION:Enjoy a delightful selection of artisan cheeses from the United States and beyond as our knowledgeable guide from Leelanau Cheese Company leads you through various cheese-making styles\, all perfectly complemented by the exquisite wines of Black Star Farms. \nThis is your opportunity to awaken your taste buds to the enchanting world of wine and cheese pairings while gaining insights into these two beautifully intertwined crafts. \nTickets include: \n\n5 wine samples\n5 cheese samples\nSouvenir glass\nInsightful discussions
URL:https://blackstarfarms.com/experience/wine-cheese-tasting-workshop-8/
LOCATION:Black Star Farms Old Mission\, 360 E Mc Kinley Rd\, Traverse City\, MI\, United States
CATEGORIES:Wine Events,Workshops
ATTACH;FMTTYPE=image/webp:https://e2zkddy7twc.exactdn.com/wp-content/uploads/2026/01/Wine-Cheese.webp
GEO:44.796177;-85.568998
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Black Star Farms Old Mission 360 E Mc Kinley Rd Traverse City MI United States;X-APPLE-RADIUS=500;X-TITLE=360 E Mc Kinley Rd:geo:-85.568998,44.796177
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20260418T183000
DTEND;TZID=America/New_York:20260418T200000
DTSTAMP:20260406T090553
CREATED:20260114T233606Z
LAST-MODIFIED:20260402T163730Z
UID:10000258-1776537000-1776542400@blackstarfarms.com
SUMMARY:Wine & Chocolate Tasting Workshop
DESCRIPTION:Discover the delightful pairing of wine and chocolate in a tasting experience like no other during this engaging workshop. You will explore the many wonders of the cherished cocoa bean alongside the owner of Grocer’s Daughter Chocolate\, a local favorite since 2004. \nThis is your chance to indulge in our award-winning wines\, crafted from our own vineyards and perfectly complemented by thoughtfully selected chocolates\, all within a lively and educational atmosphere. \nSeats are limited; buy your tickets here.
URL:https://blackstarfarms.com/experience/wine-chocolate-tasting-workshop-7/
LOCATION:Black Star Farms Suttons Bay\, 10844 E Revold Rd\, Suttons Bay\, MI\, United States
CATEGORIES:Wine Events,Workshops
ATTACH;FMTTYPE=image/webp:https://e2zkddy7twc.exactdn.com/wp-content/uploads/2026/01/Wine-Chocolate-Workshop.webp
GEO:44.935797;-85.633652
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Black Star Farms Suttons Bay 10844 E Revold Rd Suttons Bay MI United States;X-APPLE-RADIUS=500;X-TITLE=10844 E Revold Rd:geo:-85.633652,44.935797
END:VEVENT
END:VCALENDAR