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:20170101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=UTC:20170621T191500
DTEND;TZID=UTC:20170621T210000
DTSTAMP:20260420T005045
CREATED:20170516T230303Z
LAST-MODIFIED:20250328T150641Z
UID:190-1498072500-1498078800@www.lryc.ie
SUMMARY:Midweek Racing & BYO BBQ
DESCRIPTION:\nNotice Of race will be published shortly\n\nvar total;\n//Summary Strings\nvar summaryMsg = [];\nvar discountMsg = [];\nvar accomodationSummary = [];\nvar isDiscountActive=0;\n//Constants\nvar boatCount=1;\nvar accomodationCount=1;\nvar boatPostCount=0;\nvar sundayMealFee = 30;\nvar wednesdayMealFee = 25;\nvar processing = false;\nvar fillToCartURL='https://www.lryc.ie/cart/?fill_cart=';\nfunction calculateTotal() {\n   clearCart();\n}\nfunction clearCart() {\n   this.statusA=[];\n   this.summaryMsg = [];\n   var discountMsg = [];\n   this.boatPostCount=0;\n   this.total = 0;\n      printStatus("Clearing Cart")\n      disableButton();\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         getAdditionalInfo();\n      };\n      xhr.send();\n}\nfunction continuePurchase(){\n   getTotalBoatEntryFees(0);\n}\nfunction finishPurchase(){\n   if (isDiscountActive > 0){\n       this.fillToCartURL='https://www.lryc.ie/cart?apply_coupon='+isDiscountActive\n      var xhr = new XMLHttpRequest()\n      xhr.open("GET"\, this.fillToCartURL\, true);\n      xhr.setRequestHeader("Content-Type"\, "application/x-www-form-urlencoded; charset=UTF-8");\n      xhr.onload = function () {\n         getAdditionalInfo(0);\n      };\n      xhr.send();\n   }\n   else {\n      getAdditionalInfo(0);\n   }\n}\n\nfunction getTotalOtherFees(){\n    var accomodation = document.getElementsByName("accomodation");\n    if  (accomodation[0].value != "0") {\n          if(accomodation[0].value == "1"){\n             if(fillToCartURL.slice(-1) !== '=') {\n                this.fillToCartURL+='\,1x11765';\n             } else {\n                this.fillToCartURL+='1x11765';\n             }\n          } else {\n             if(fillToCartURL.slice(-1) !== '=') {\n                this.fillToCartURL+='\,1x11767';\n             } else {\n                this.fillToCartURL+='1x11767';\n             }\n          }\n    }\n    var meal = document.getElementsByName("satTikka");\n    if  (meal[0].value > 0) {\n          if(fillToCartURL.slice(-1) !== '=') {\n             this.fillToCartURL+='\,'+meal[0].value+'x12147';\n          } else {\n             this.fillToCartURL+=meal[0].value+'x12147';\n          }\n    }\n    var meal = document.getElementsByName("satHamCheese");\n    if  (meal[0].value > 0) {\n          if(fillToCartURL.slice(-1) !== '=') {\n             this.fillToCartURL+='\,'+meal[0].value+'x12148';\n          } else {\n             this.fillToCartURL+=meal[0].value+'x12148';\n          }\n    }\n    var meal = document.getElementsByName("satCheeseSalad");\n    if  (meal[0].value > 0) {\n          if(fillToCartURL.slice(-1) !== '=') {\n             this.fillToCartURL+='\,'+meal[0].value+'x12149';\n          } else {\n             this.fillToCartURL+=meal[0].value+'x12149';\n          }\n    }\n    var meal = document.getElementsByName("satEggMayo");\n    if  (meal[0].value > 0) {\n          if(fillToCartURL.slice(-1) !== '=') {\n             this.fillToCartURL+='\,'+meal[0].value+'x12150';\n          } else {\n             this.fillToCartURL+=meal[0].value+'x12150';\n          }\n    }\n    var meal = document.getElementsByName("satHamSalad");\n    if  (meal[0].value > 0) {\n          if(fillToCartURL.slice(-1) !== '=') {\n             this.fillToCartURL+='\,'+meal[0].value+'x12151';\n          } else {\n             this.fillToCartURL+=meal[0].value+'x12151';\n          }\n    }\n    var meal = document.getElementsByName("sunTikka");\n    if  (meal[0].value > 0) {\n          if(fillToCartURL.slice(-1) !== '=') {\n             this.fillToCartURL+='\,'+meal[0].value+'x12152';\n          } else {\n             this.fillToCartURL+=meal[0].value+'x12152';\n          }\n    }\n    var meal = document.getElementsByName("sunHamCheese");\n    if  (meal[0].value > 0) {\n          if(fillToCartURL.slice(-1) !== '=') {\n             this.fillToCartURL+='\,'+meal[0].value+'x12153';\n          } else {\n             this.fillToCartURL+=meal[0].value+'x12153';\n          }\n    }\n    var meal = document.getElementsByName("sunCheeseSalad");\n    if  (meal[0].value > 0) {\n          if(fillToCartURL.slice(-1) !== '=') {\n             this.fillToCartURL+='\,'+meal[0].value+'x12154';\n          } else {\n             this.fillToCartURL+=meal[0].value+'x12154';\n          }\n    }\n    var meal = document.getElementsByName("sunEggMayo");\n    if  (meal[0].value > 0) {\n          if(fillToCartURL.slice(-1) !== '=') {\n             this.fillToCartURL+='\,'+meal[0].value+'x12155';\n          } else {\n             this.fillToCartURL+=meal[0].value+'x12155';\n          }\n    }\n    var meal = document.getElementsByName("sunHamSalad");\n    if  (meal[0].value > 0) {\n          if(fillToCartURL.slice(-1) !== '=') {\n             this.fillToCartURL+='\,'+meal[0].value+'x12156';\n          } else {\n             this.fillToCartURL+=meal[0].value+'x12156';\n          }\n    }\n    var meal = document.getElementsByName("satBurger");\n    if  (meal[0].value > 0) {\n          if(fillToCartURL.slice(-1) !== '=') {\n             this.fillToCartURL+='\,'+meal[0].value+'x12157';\n          } else {\n             this.fillToCartURL+=meal[0].value+'x12157';\n          }\n    }\n    fillCheckout();\n}\nfunction disableButton(){\n   var goToCheckout = document.getElementById("Next");\n   goToCheckout.disabled = true;\n   goToCheckout.value='Thank you please wait a few moments while we build your entry';\n   goToCheckout.style.background = "#909090"\n}\nfunction fillCheckout() {\n   printStatus("Going to Cart with anything else");\n   window.location.href = fillToCartURL;\n}\nfunction disableButton(){\n   var goToCheckout = document.getElementById("Next");\n   goToCheckout.disabled = true;\n   goToCheckout.value="Thank you please wait a few moments while we build your entry";\n   goToCheckout.style.background = "#909090"\n}\nfunction printStatus(newMsg){\n    this.statusA.push(newMsg)\n    var status= document.getElementById("status");\n    status.innerHTML="";\n    for (i = 0; i < this.statusA.length; i++) {\n        status.innerHTML += (this.statusA[i] + "");\n    }\n}\nfunction getAdditionalInfo(){\n       var additional = document.getElementsByName("paragraph_text");\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           getTotalOtherFees();\n       };\n       var additionalInfo =  additional[0].value;\n       xhr.send('AdditionalInfo='+additionalInfo+'&quantity=1&add-to-cart='+2150);\n}\n\n\n\n\n\n1 Entry \nEntry is available on the IODAI website\, please click HERE\n\n\n2 Camping/Berthing \n\nPlease select from options below if requiredTents €70Caravans/Others fully serviced €125\n\n\n\n3 Accommodation Recommendations \nRadisson Blu Athlone\nSheraton Hotel Athlone\nGlasson Lakehouse\nAthlone Springs Hotel\n\n\n\n4 Rib on site payment €50 \n\nPlease select from options below if requiredYes add rib on site and on water parking\n\n\n\n5 Summary\nPlease check that all items needed have been selected correctly. For more information contact sailing@lryc.ie\n\n\n\n\n \n\n\n
URL:https://www.lryc.ie/event/midweek-racing-byo-bbq-4/
LOCATION:LRYC\, Lough Ree Yacht Club\, Ballyglass\, Athlone\, Ireland
CATEGORIES:Cruisers,Shannons
ATTACH;FMTTYPE=image/jpeg:https://www.lryc.ie/wp-content/uploads/2025/03/oppies1.jpg
END:VEVENT
END:VCALENDAR