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:20230101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=UTC:20230226T080000
DTEND;TZID=UTC:20230226T170000
DTSTAMP:20260422T113139
CREATED:20230215T204500Z
LAST-MODIFIED:20230219T133729Z
UID:10749-1677398400-1677430800@www.lryc.ie
SUMMARY:The Connacht and Ulster Schools Team Racing Championship
DESCRIPTION:IRISH SCHOOLS TEAM RACING ASSOCIATION (I.S.T.R.A.)\nThe Connacht and Ulster Schools Team Racing Championship \nRacing Clinic on Sunday 26th of February 2023 \nLink to Notice of Race and Entry Form\nConnacht and Ulster NOR \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 thereAreValidationErrors(){\n   this.errors = [];\n   var validation = document.getElementById("validation");\n   var school = document.getElementsByName("school");\n    if (school[0].value.length < 1) {\n      this.errors.push("Please enter the school to enter.")\n    }\n   validation.innerHTML = "";\n}\nfunction getTotalMealFees() {\n   var names = document.getElementsByName("names");\n   var school = document.getElementsByName("school");\n   var additionalInfo= " Racing Clinic 26th of February\, Name of School : "+school[0].value;\n   if (names[0].value.length > 0){\n      additionalInfo = additionalInfo+ " Name of participants : "+names[0].value;\n   }\n   additionalInfo = additionalInfo.replace("&"\, " and ");\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('AdditionalInfo='+additionalInfo+'&quantity=1&add-to-cart=10772');\n}\n\n\n1Racing Clinic 26th of February \n \n \n \n \n\n 
URL:https://www.lryc.ie/event/the-connacht-and-ulster-schools-team-racing-championship/
LOCATION:LRYC\, Lough Ree Yacht Club\, Ballyglass\, Athlone\, Ireland
END:VEVENT
END:VCALENDAR