        <style>
        .nkhc-weekly-announcement {
            background: transparent;
            padding: 0;
            margin: 10px 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }
        
        .nkhc-wa-date {
            color: #3a5663;
            font-size: 1.25em;
            font-weight: 700;
            margin: 0 0 8px 0;
            padding-bottom: 6px;
            border-bottom: 2px solid #f8a501;
        }
        
        .nkhc-wa-content {
            color: #333;
            line-height: 1.6;
            font-size: 1.1em;
            margin-bottom: 10px;
        }
        
        .nkhc-wa-content h2 {
            color: #3a5663;
            font-size: 1.45em;
            font-weight: 700;
            margin: 0.6em 0 0.3em 0;
        }
        
        .nkhc-wa-content h3 {
            color: #3a5663;
            font-size: 1.3em;
            font-weight: 700;
            margin: 0.5em 0 0.2em 0;
        }
        
        .nkhc-wa-content h4 {
            color: #3a5663;
            font-size: 1.25em;
            font-weight: 700;
            margin: 0.4em 0 0.2em 0;
        }
        
        .nkhc-wa-content h2:first-child,
        .nkhc-wa-content h3:first-child {
            margin-top: 0;
        }
        
        /* Ensure paragraphs have proper spacing */
        .nkhc-wa-content p {
            margin: 0.8em 0;
            display: block;
        }
        
        .nkhc-wa-content p:first-child {
            margin-top: 0;
        }
        
        /* Ensure line breaks create visible spacing */
        .nkhc-wa-content br {
            display: block;
            content: "";
            margin-top: 0.6em;
        }
        
        .nkhc-wa-content ul,
        .nkhc-wa-content ol {
            margin: 0.4em 0;
            padding: 0;
            list-style-position: inside;
        }
        
        .nkhc-wa-content ul {
            list-style-type: disc;
        }
        
        .nkhc-wa-content ol {
            list-style-type: decimal;
        }
        
        .nkhc-wa-content li {
            margin: 0.2em 0;
            padding-left: 0;
        }
        
        /* Compact Comments Section */
        .nkhc-wa-comments {
            border-top: 1px solid #ddd;
            padding: 6px 0 0 0;
            margin: 6px 0 0 0;
            font-size: 0.85em;
            color: #666;
        }
        
        .nkhc-wa-comments-list {
            display: inline;
        }
        
        .nkhc-wa-comment {
            display: inline;
        }
        
        .nkhc-wa-comment-author {
            color: #3a5663;
            font-weight: 600;
        }
        
        .nkhc-wa-comment-text {
            color: #555;
        }
        
        .nkhc-wa-no-comments {
            color: #888;
            font-style: italic;
        }
        
        .nkhc-wa-more-comments {
            color: #888;
            font-size: 0.9em;
            margin-left: 5px;
        }
        
        /* Footer with button */
        .nkhc-wa-footer {
            text-align: left;
            margin-top: 8px;
        }
        
        .nkhc-wa-full-post-btn {
            display: inline-block;
            background: #f8a501;
            color: #fff !important;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 0.75em;
            font-weight: 600;
            text-decoration: none !important;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
            transition: all 0.2s ease;
        }
        
        .nkhc-wa-full-post-btn:hover {
            background: #e09500;
            box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
        }
        
        /* Coming Soon State */
        .nkhc-wa-coming-soon {
            text-align: center;
            padding: 15px 10px;
        }
        
        .nkhc-wa-coming-soon-icon {
            font-size: 2em;
            margin-bottom: 5px;
        }
        
        .nkhc-wa-coming-soon h3 {
            color: #3a5663;
            font-size: 1em;
            margin: 0 0 5px 0;
        }
        
        .nkhc-wa-coming-soon p {
            color: #555;
            font-size: 0.9em;
            margin: 3px 0;
        }
        
        .nkhc-wa-date-note {
            margin-top: 8px !important;
            color: #666;
        }
        
        /* Notice state */
        .nkhc-wa-notice {
            text-align: center;
            padding: 20px;
            color: #666;
        }
        
        /* End of Term States */
        .nkhc-wa-end-of-term {
            text-align: center;
            padding: 15px 10px;
        }
        
        .nkhc-wa-season-icon {
            font-size: 2em;
            margin-bottom: 5px;
        }
        
        .nkhc-wa-end-of-term h3 {
            color: #3a5663;
            font-size: 1.1em;
            margin: 0 0 5px 0;
        }
        
        .nkhc-wa-end-of-term p {
            color: #555;
            font-size: 0.9em;
            margin: 4px 0;
            line-height: 1.4;
        }
        
        .nkhc-wa-season-note {
            margin-top: 8px !important;
        }
        
        /* Winter/Holiday theme */
        .nkhc-wa-winter {
            background: linear-gradient(135deg, #e8f4fc 0%, #f0f8ff 100%);
            border-color: #b8d4e8;
        }
        
        .nkhc-wa-winter .nkhc-wa-season-icon {
            color: #4a90c2;
        }
        
        /* Summer theme */
        .nkhc-wa-summer {
            background: linear-gradient(135deg, #fef9e7 0%, #fffdf5 100%);
            border-color: #f0d78c;
        }
        
        .nkhc-wa-summer .nkhc-wa-season-icon {
            color: #f8a501;
        }
        
        .nkhc-wa-events-link {
            display: inline-block;
            background: #f8a501;
            color: #fff !important;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 0.75em;
            font-weight: 600;
            text-decoration: none !important;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
            transition: all 0.2s ease;
            margin-top: 3px;
        }
        
        .nkhc-wa-events-link:hover {
            background: #e09500;
            box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
        }
        </style>
        BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//NKHC.org - ECPv6.16.3//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:NKHC.org
X-ORIGINAL-URL:https://nkhc.org
X-WR-CALDESC:Events for NKHC.org
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20260308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20261101T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20270314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20271107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260309T120000
DTEND;TZID=America/Los_Angeles:20260309T140000
DTSTAMP:20260621T001355
CREATED:20251229T001350Z
LAST-MODIFIED:20260109T202657Z
UID:8919-1773057600-1773064800@nkhc.org
SUMMARY:Social Monday
DESCRIPTION:
URL:https://nkhc.org/event/social-monday-5/
LOCATION:Washington
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/social_day_image.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260310T100000
DTEND;TZID=America/Los_Angeles:20260310T140000
DTSTAMP:20260621T001355
CREATED:20251229T002505Z
LAST-MODIFIED:20260117T210128Z
UID:8940-1773136800-1773151200@nkhc.org
SUMMARY:NKHC Tuesday Co-op
DESCRIPTION:📋\n            This Week's Announcement\n            We're putting together this week's update! Check back soon. \n            Looking forward to seeing you on March 10\, 2026!
URL:https://nkhc.org/event/nkhc-tuesday-co-op-6/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260323T120000
DTEND;TZID=America/Los_Angeles:20260323T140000
DTSTAMP:20260621T001355
CREATED:20251229T001350Z
LAST-MODIFIED:20260109T202722Z
UID:8921-1774267200-1774274400@nkhc.org
SUMMARY:Social Monday
DESCRIPTION:
URL:https://nkhc.org/event/social-monday-6/
LOCATION:Washington
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/social_day_image.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260324T100000
DTEND;TZID=America/Los_Angeles:20260324T140000
DTSTAMP:20260621T001355
CREATED:20251229T002505Z
LAST-MODIFIED:20260117T210128Z
UID:8942-1774346400-1774360800@nkhc.org
SUMMARY:NKHC Tuesday Co-op
DESCRIPTION:✏️ Remember that although classes start at 10am\, we ask you to be here at 9:45 for announcements. It is the easiest way to keep informed.\n            \n            \n                        \n            \n                \n                    See Full Post & Comments
URL:https://nkhc.org/event/nkhc-tuesday-co-op-7/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260330T120000
DTEND;TZID=America/Los_Angeles:20260330T140000
DTSTAMP:20260621T001355
CREATED:20251229T001351Z
LAST-MODIFIED:20260109T202739Z
UID:8923-1774872000-1774879200@nkhc.org
SUMMARY:Social Monday
DESCRIPTION:
URL:https://nkhc.org/event/social-monday-7/
LOCATION:Washington
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/social_day_image.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260331T100000
DTEND;TZID=America/Los_Angeles:20260331T140000
DTSTAMP:20260621T001355
CREATED:20251229T002505Z
LAST-MODIFIED:20260117T210128Z
UID:8944-1774951200-1774965600@nkhc.org
SUMMARY:NKHC Tuesday Co-op
DESCRIPTION:✏️ Remember that although classes start at 10am\, we ask you to be here at 9:45 for announcements. It is the easiest way to keep informed. \nUpcoming Dates:\n4/7- Picture retakes and our first Spirit Day- Decades!\n4/20-4/21- break week \n            \n            \n                        \n            \n                \n                    See Full Post & Comments
URL:https://nkhc.org/event/nkhc-tuesday-co-op-8/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260406T120000
DTEND;TZID=America/Los_Angeles:20260406T140000
DTSTAMP:20260621T001355
CREATED:20251229T001351Z
LAST-MODIFIED:20260109T203057Z
UID:8925-1775476800-1775484000@nkhc.org
SUMMARY:Social Monday
DESCRIPTION:
URL:https://nkhc.org/event/social-monday-8/
LOCATION:Washington
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/social_day_image.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260407T100000
DTEND;TZID=America/Los_Angeles:20260407T140000
DTSTAMP:20260621T001355
CREATED:20251229T002505Z
LAST-MODIFIED:20260117T210128Z
UID:8946-1775556000-1775570400@nkhc.org
SUMMARY:NKHC Tuesday Co-op
DESCRIPTION:✏️ Remember that although classes start at 10am\, we ask you to be here at 9:45 for announcements. It is the easiest way to keep informed. \n📸 Picture retakes on Tuesday! \n🪩 Spirit Day on Tuesday! Dress up in your favorite decade! Stuck? Easy costume: flannel shirt=90’s grunge \nUpcoming Dates:\n4/14- Crazy Hair/Backwards Day\n4/20-4/21- break week \n            \n            \n                        \n            \n                \n                    See Full Post & Comments
URL:https://nkhc.org/event/nkhc-tuesday-co-op-9/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260407T120000
DTEND;TZID=America/Los_Angeles:20260407T130000
DTSTAMP:20260621T001355
CREATED:20260328T145421Z
LAST-MODIFIED:20260328T211809Z
UID:9721-1775563200-1775566800@nkhc.org
SUMMARY:Picture Day
DESCRIPTION:If you would like to retake your portrait or missed Picture Day in the Fall please come to the Fellowship Hall during lunch.
URL:https://nkhc.org/event/picture-day/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/03/ChatGPT-Image-Mar-28-2026-09_07_36-AM.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260413T120000
DTEND;TZID=America/Los_Angeles:20260413T140000
DTSTAMP:20260621T001355
CREATED:20251229T001352Z
LAST-MODIFIED:20260109T203119Z
UID:8927-1776081600-1776088800@nkhc.org
SUMMARY:Social Monday
DESCRIPTION:
URL:https://nkhc.org/event/social-monday-9/
LOCATION:Washington
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/social_day_image.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260414T100000
DTEND;TZID=America/Los_Angeles:20260414T140000
DTSTAMP:20260621T001355
CREATED:20251229T002505Z
LAST-MODIFIED:20260117T210128Z
UID:8948-1776160800-1776175200@nkhc.org
SUMMARY:NKHC Tuesday Co-op
DESCRIPTION:✏️ Remember that although classes start at 10am\, we ask you to be here at 9:45 for announcements. It is the easiest way to keep informed. \n🏝️ Break Week next Week! No classes \n🌸 Flower Basket Fundraiser is first weekend in May! Pre-sale is running through 4/21. There is a social media ready flyer on Band (I’ll post in comments) and sign-ups to work a shift are also up. \n🪩 Spirit Day on Tuesday! Crazy Hair/ Backwards Day! \n📸 Yearbook Cover Art submissions due soon! \n🛍️ Market Day is April 28th. You can make something or offer a service. Get your posters ready! Everyone will have the opportunity to shop during 4th block. \nUpcoming Dates:\n4/20-4/21- break week\n4/21- Last day for flower basket pre-sales\n4/28 Market Day during 4th Block\n4/28 Spirit Day- Pajama Day!\n4/30-5/3 Flower Basket Fundraiser\n5/4- Spirit Day- Favorite Character/Color\n5/12 Last Day of Regular Classes/ Showcase 4th Block\n5/19 Field Day and Potluck at Evergreen Park \n            \n            \n                        \n            \n                \n                    See Full Post & Comments
URL:https://nkhc.org/event/nkhc-tuesday-co-op-10/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260414T100000
DTEND;TZID=America/Los_Angeles:20260414T140000
DTSTAMP:20260621T001355
CREATED:20260328T215712Z
LAST-MODIFIED:20260328T215956Z
UID:9727-1776160800-1776175200@nkhc.org
SUMMARY:Yearbook Cover Art Contest
DESCRIPTION:Please give your Yearbook Cover Art to Katrinka. The theme is Fantasy!
URL:https://nkhc.org/event/yearbook-cover-art-contest/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/03/ChatGPT-Image-Mar-28-2026-09_07_36-AM.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260427T120000
DTEND;TZID=America/Los_Angeles:20260427T140000
DTSTAMP:20260621T001355
CREATED:20251229T001352Z
LAST-MODIFIED:20260109T203828Z
UID:8929-1777291200-1777298400@nkhc.org
SUMMARY:Social Monday
DESCRIPTION:
URL:https://nkhc.org/event/social-monday-10/
LOCATION:Washington
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/social_day_image.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260428T100000
DTEND;TZID=America/Los_Angeles:20260428T140000
DTSTAMP:20260621T001355
CREATED:20251229T002505Z
LAST-MODIFIED:20260117T210128Z
UID:8950-1777370400-1777384800@nkhc.org
SUMMARY:NKHC Tuesday Co-op
DESCRIPTION:✏️ Remember that although classes start at 10am\, we ask you to be here at 9:45 for announcements. It is the easiest way to keep informed. \n✏️ Board Electons and Class Proposals are open this week! \n🌸 Flower Basket Fundraiser is first weekend in May! There is a social media ready flyer on Band (I’ll post in comments) and sign-ups to work a shift are also up. \n🪩 Spirit Day on Tuesday! Pajama Day! \n📸 Yearbook Orders and custom pages need done by April 28th! \n🛍️ Market Day is April 28th. You can make something or offer a service. Get your posters ready! Everyone will have the opportunity to shop during 4th block. \nUpcoming Dates:\n4/28 Market Day during 4th Block\n4/28 Spirit Day- Pajama Day!\n4/30-5/3 Flower Basket Fundraiser\n5/4- Spirit Day- Favorite Character/Color\n5/12 Last Day of Regular Classes/ Showcase 4th Block\n5/19 Field Day and Potluck at Evergreen Park \n            \n            \n                        \n            \n                \n                    See Full Post & Comments
URL:https://nkhc.org/event/nkhc-tuesday-co-op-11/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260428T130000
DTEND;TZID=America/Los_Angeles:20260428T140000
DTSTAMP:20260621T001355
CREATED:20260328T215805Z
LAST-MODIFIED:20260328T215850Z
UID:9728-1777381200-1777384800@nkhc.org
SUMMARY:Market Day
DESCRIPTION:All children are invited to participate by making a product and “selling” them to each other. Everyone will receive at least 10 market day bucks. If you are interested in “selling” please please see Katrinka for a business application. I also poster board if you would like to make a sign. This will take place during 4th block.
URL:https://nkhc.org/event/market-day/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/03/NKHC_mountain_2.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260504T120000
DTEND;TZID=America/Los_Angeles:20260504T140000
DTSTAMP:20260621T001355
CREATED:20251229T001352Z
LAST-MODIFIED:20260109T204019Z
UID:8931-1777896000-1777903200@nkhc.org
SUMMARY:Social Monday
DESCRIPTION:
URL:https://nkhc.org/event/social-monday-11/
LOCATION:Washington
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/social_day_image.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260505T100000
DTEND;TZID=America/Los_Angeles:20260505T140000
DTSTAMP:20260621T001355
CREATED:20251229T002505Z
LAST-MODIFIED:20260117T210128Z
UID:8952-1777975200-1777989600@nkhc.org
SUMMARY:NKHC Tuesday Co-op
DESCRIPTION:✏️ Remember that although classes start at 10am\, we ask you to be here at 9:45 for announcements. It is the easiest way to keep informed. \n✏️ Class Proposals are due May 5th! \n🌸 There are flower baskets left for anyone interested--just $25! \n🪩 Spirit Day on Tuesday! Favorite Character/color \n🛝 Field Day Planning is underway! Come meet me at lunch if you are interested in helping. \nUpcoming Dates:\n5/4- Spirit Day- Favorite Character/Color\n5/12 Last Day of Regular Classes/ Showcase 4th Block\n5/19 Field Day and Potluck at Evergreen Park \n            \n            \n                        \n            \n                \n                    See Full Post & Comments
URL:https://nkhc.org/event/nkhc-tuesday-co-op-12/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260511T120000
DTEND;TZID=America/Los_Angeles:20260511T140000
DTSTAMP:20260621T001355
CREATED:20251229T001352Z
LAST-MODIFIED:20260109T204035Z
UID:8933-1778500800-1778508000@nkhc.org
SUMMARY:Social Monday
DESCRIPTION:
URL:https://nkhc.org/event/social-monday-12/
LOCATION:Washington
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/social_day_image.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260511T120000
DTEND;TZID=America/Los_Angeles:20260511T140000
DTSTAMP:20260621T001355
CREATED:20260105T003321Z
LAST-MODIFIED:20260328T211940Z
UID:9189-1778500800-1778508000@nkhc.org
SUMMARY:CPR and First aid certification
DESCRIPTION:We will have a CPR and first aid certification course scheduled for students 11+ and adults. \nThere will be some training during fourth block to prepare for the class/test
URL:https://nkhc.org/event/cpr-and-first-aid-certification/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/03/NKHC_mountain_2.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260512T100000
DTEND;TZID=America/Los_Angeles:20260512T140000
DTSTAMP:20260621T001355
CREATED:20251229T002505Z
LAST-MODIFIED:20260117T210128Z
UID:8954-1778580000-1778594400@nkhc.org
SUMMARY:NKHC Tuesday Co-op
DESCRIPTION:Last Day of Class this Term! \nShowcase and Project Fair for 4th block. \nField trip on Wednesday \nField day at Evergreen Park will be next Tuesday from 12-2pm!\n            \n            \n                        \n            \n                \n                    See Full Post & Comments
URL:https://nkhc.org/event/nkhc-tuesday-co-op-13/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260513T100000
DTEND;TZID=America/Los_Angeles:20260513T123000
DTSTAMP:20260621T001355
CREATED:20260419T212910Z
LAST-MODIFIED:20260419T212910Z
UID:9772-1778666400-1778675400@nkhc.org
SUMMARY:Bainbridge Museum of Art
DESCRIPTION:Guided tour of the museum\, make a sketch book\, eat lunch! Cost is free.
URL:https://nkhc.org/event/bainbridge-museum-of-art/
LOCATION:Bainbridge Museum of Art\, 550 Winslow Way E\, Bainbridge Island\, Washington\, 98110\, United States
CATEGORIES:Field Trips
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260518T120000
DTEND;TZID=America/Los_Angeles:20260518T140000
DTSTAMP:20260621T001355
CREATED:20251229T001353Z
LAST-MODIFIED:20260109T204050Z
UID:8935-1779105600-1779112800@nkhc.org
SUMMARY:Social Monday
DESCRIPTION:
URL:https://nkhc.org/event/social-monday-13/
LOCATION:Washington
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/social_day_image.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260519T110000
DTEND;TZID=America/Los_Angeles:20260519T130000
DTSTAMP:20260621T001355
CREATED:20251229T002506Z
LAST-MODIFIED:20260518T202935Z
UID:8956-1779188400-1779195600@nkhc.org
SUMMARY:NKHC Field Day
DESCRIPTION:Come join us for our Field Day at Evergreen Park!  Pot luck\, activities\, baking contest\, playground\, good friends\, fun times!  Looking forward to seeing you all there.
URL:https://nkhc.org/event/nkhc-tuesday-co-op-14/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/events_icon.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260616T110000
DTEND;TZID=America/Los_Angeles:20260616T130000
DTSTAMP:20260621T001355
CREATED:20260608T163316Z
LAST-MODIFIED:20260608T163316Z
UID:9881-1781607600-1781614800@nkhc.org
SUMMARY:Pomeroy Park at Manchester
DESCRIPTION:Low tide and sand castles!
URL:https://nkhc.org/event/pomeroy-park-at-manchester/
LOCATION:Pomeroy Park/Port of Manchester\, 8067 E Main Street\, Manchester\, Washington\, 98366\, United States
CATEGORIES:Park Day
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260714T120000
DTEND;TZID=America/Los_Angeles:20260714T140000
DTSTAMP:20260621T001355
CREATED:20260607T164241Z
LAST-MODIFIED:20260607T164241Z
UID:9873-1784030400-1784037600@nkhc.org
SUMMARY:Low Tide at Lions Park
DESCRIPTION:Come explore low tide with us at Lions Park in Bremerton!
URL:https://nkhc.org/event/low-tide-at-lions-park/
LOCATION:Lions Park\, 251 Lebo Blvd\, Bremerton\, Washington\, United States
CATEGORIES:Park Day
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260811T100000
DTEND;TZID=America/Los_Angeles:20260811T120000
DTSTAMP:20260621T001355
CREATED:20260607T164440Z
LAST-MODIFIED:20260607T164440Z
UID:9876-1786442400-1786449600@nkhc.org
SUMMARY:Raab Park Meet Up
DESCRIPTION:Come play with chalk\, bubbles and crafty fun!
URL:https://nkhc.org/event/raab-park-meet-up/
LOCATION:Raab Park\, 18349 Caldart Ave NE\, Poulsbo\, Washington\, 98370\, United States
CATEGORIES:Park Day
END:VEVENT
END:VCALENDAR