BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Lough Ree Yacht Club - ECPv4.9.14//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:Lough Ree Yacht Club
X-ORIGINAL-URL:https://www.lryc.ie
X-WR-CALDESC:Events for Lough Ree Yacht Club
BEGIN:VTIMEZONE
TZID:UTC
BEGIN:STANDARD
TZOFFSETFROM:+0000
TZOFFSETTO:+0000
TZNAME:UTC
DTSTART:20180101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=UTC:20180709T181500
DTEND;TZID=UTC:20180713T204500
DTSTAMP:20260420T023912
CREATED:20180621T075205Z
LAST-MODIFIED:20180621T132026Z
UID:2030-1531160100-1531514700@www.lryc.ie
SUMMARY:Adult Beginner Dinghy Sailing Course 2
DESCRIPTION:Discover how to sailing with us! Our evening courses are designed for adults to learn in a safe and fun environment. No previous experience necessary. 5 evenings\, 6.15pm to 8.45pm. Cost €130 to include 5 evenings training and 2018 club membership. For more information and to reserve contact: vicecommodore@lryc.ie. Boook early to avoid disappointment as places are limited.\n\n\n//numericalTotals\nvar total = 0;\n//Summary Strings\nvar summaryMsg = [];\n//Arrays\nvar errors = [];\nfunction continuePurchase() {\n        var xhr = new XMLHttpRequest()\n        xhr.open("GET"\, 'https://www.lryc.ie/?clear-cart'\, true);\n        xhr.setRequestHeader("Content-Type"\, "application/x-www-form-urlencoded; charset=UTF-8");\n        xhr.onload = function () {\n            getTotalMealFees();\n        };\n        xhr.send();\n}\nfunction clearCart() {\n   this.summaryMsg = [];\n   thereAreValidationErrors()\n   if (this.errors.length > 0) {\n      printErrors();\n      return;\n   }\n   disableButton();\n   continuePurchase(); \n}\nfunction goToCart() {\n   window.location.href = 'www.lryc.ie/cart'; \n}\nfunction thereAreValidationErrors(){\n   this.errors = [];\n   var selectSundayMeal= document.getElementsByName("selectSundayMeal");\n   if (selectSundayMeal[0].value == 0) {\n      this.errors.push("Please select an option")\n   }  \n   var validation = document.getElementById("validation");\n   validation.innerHTML = "";\n}\nfunction printErrors(){\n    var validation = document.getElementById("validation");\n    for (i = 0; i < errors.length; i++) {\n        validation.innerHTML += (errors[i] + "");\n    }\n}\nfunction disableButton(){\n   var goToCheckout = document.getElementById("Next");\n   goToCheckout.disabled = true;\n   goToCheckout.value='A couple of moments please';\n   goToCheckout.style.background = "#909090"\n} \nfunction getTotalMealFees() {\n   var sunday = document.getElementsByName("selectSundayMeal");\n   var name = document.getElementsByName("nameOfBuyer");\n   var sundayInt = parseInt(sunday[0].value); \n   if (sundayInt > 0){\n     var xhr = new XMLHttpRequest();\n     xhr.open("POST"\, 'https://www.lryc.ie/?add-to-cart'\, true);\n     xhr.setRequestHeader("Content-Type"\, "application/x-www-form-urlencoded; charset=UTF-8");\n     xhr.onload = function () {\n        goToCart();\n     };\n     xhr.send('&quantity=1&add-to-cart='+sundayInt);\n  }\n}\n\n\n1Book Adult sailing course 9-13th July\n\nPlease select an option\nNon LRYC Member\nLRYC Member\nHave attended Cruiser course 2018\n\n\n\n\n\n
URL:https://www.lryc.ie/event/adult-beginner-dinghy-sailing-course-2/
ATTACH;FMTTYPE=image/jpeg:https://www.lryc.ie/wp-content/uploads/2017/05/adultSailing.jpg
END:VEVENT
END:VCALENDAR