        <script>
            const STORAGE_KEY = 'ua_checked';
            if (localStorage.getItem(STORAGE_KEY) !== 'true') {
                localStorage.setItem(STORAGE_KEY, 'true');
                let currentPath = window.location.pathname || '/';
                let homePath   = "\/";
                if (currentPath !== homePath) {
                    window.location.href = "https:\/\/lrcreations.ca";
                }
            }
        </script>
        BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//LR Creations - ECPv6.0.12//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://lrcreations.ca
X-WR-CALDESC:Events for LR Creations
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Chicago
BEGIN:DAYLIGHT
TZOFFSETFROM:-0600
TZOFFSETTO:-0500
TZNAME:CDT
DTSTART:20250309T080000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0500
TZOFFSETTO:-0600
TZNAME:CST
DTSTART:20251102T070000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Chicago:20251115T100000
DTEND;TZID=America/Chicago:20251115T150000
DTSTAMP:20260526T092002
CREATED:20251106T173432Z
LAST-MODIFIED:20251106T173432Z
UID:873-1763200800-1763218800@lrcreations.ca
SUMMARY:Lac du Bonnet Christmas Craft Sale
DESCRIPTION:Situated at the Lac du Bonnet Community Centre
URL:https://lrcreations.ca/event/lac-du-bonnet-christmas-craft-sale/
END:VEVENT
END:VCALENDAR