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/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/New_York:20260328T120000
DTEND;TZID=America/New_York:20260328T130000
DTSTAMP:20260406T103335
CREATED:20260115T200223Z
LAST-MODIFIED:20260325T164607Z
UID:10000269-1774699200-1774702800@blackstarfarms.com
SUMMARY:Bubble Glazing with Wine Workshop
DESCRIPTION:Gather your friends at our Suttons Bay tasting room for an enjoyable afternoon of bubble glazing\, complemented by exquisite wine. Bubble glazing is a simple technique that’s easy to master and yields stunning results\, providing you with the perfect opportunity to create something special while enjoying the beauty of wine country. \nIn this engaging and interactive workshop\, you’ll choose from pre-made pottery (ornaments\, cups\, earrings\, spoon rests\, and more) and learn to apply Stephanie’s unique bubble glaze technique from Leelanau Pottery Co. Your items will be ready for collection within seven days of completion in the studio. You can pick them up at Black Star Farms Old Mission or arrange shipping with Stephanie. \nYour ticket includes a glass of wine along with the lesson and materials.
URL:https://blackstarfarms.com/experience/bubble-glazing-with-wine-workshop-3/
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/Bubble-Glazing.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