BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/4678000861773824/lesson/c132949e5de0053faa4ec377dc2ed789?ref=outlook-calendar
SUMMARY:Redirection To the "Thank you" page when order is Complete For Tracking
DTSTART;TZID=America/Los_Angeles:20260514T190000
DTEND;TZID=America/Los_Angeles:20260514T200000
LOCATION:https://www.learndesk.us/class/4678000861773824/lesson/c132949e5de0053faa4ec377dc2ed789?ref=outlook-calendar
DESCRIPTION: add_action( 'woocommerce_thankyou', 'redirectcustom'); function redirectcustom( $order_id ){    $order = new WC_Order( $order_id );     $url = 'https://momschamp.com/thank-you-for-your-purchase';     if ( $order->status != 'failed' ) {        wp_redirect($url);        exit;    }}

https://www.learndesk.us/class/4678000861773824/lesson/c132949e5de0053faa4ec377dc2ed789?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR