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:20220101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=UTC:20220723T080000
DTEND;TZID=UTC:20220724T170000
DTSTAMP:20260420T023411
CREATED:20220212T154949Z
LAST-MODIFIED:20220720T205013Z
UID:8260-1658563200-1658682000@www.lryc.ie
SUMMARY:Shannon One Design Centenary
DESCRIPTION:\n.tribe-events-event-image {\n  display:none;\n}\n\n\nNotice of Race Click Here\nFriday Registration & Drinks Reception\nRegistration will be open from 6.30pm - 7.30pm\, a complimentary Drinks reception will be held also from 7.30pm kindly sponsored by LRYC. \nSaturday Races followed by Lunch at Wineport Lodge\nAfter Saturday morning racing there shall be a passage race to Wineport Lodge. Lunch is available at €10 per sailor (3 per entry) and €25 thereafter. The menu is one of the following Thai Red Chicken & Coconut Curry\, Root Vegtables\, Beans\, Spinach Poppadums & Basmati Rice OR Wineport Seafood Pie\, Piped Creamy Potato\, Pearl Onion & creamy cheese sauce\, both options followed by dessert. There will also be a Kids option at €10 \nSaturday Centenary Dinner (Sold Out)\nA Buffet BBQ will be held on Saturday night at €28 per head\, the menu will be BBQ pulled pork Sliders\, Wild Atlantic Prawn Skewers\, Beef steak burger\, Duck wings\, Corn on the cob\, Stuffed Bell Peppers and a selection of salads\, followed by Dessert and Live Music.\nSunday Lunch\nRolls and Soup will be available in the club house from 1pm.\nPrizes\nIn addition to the main prizes\, all entries shall receive a commemorative programme and burgee.\nBerthing\nBerthing is free but please enter your details below in order to be included in the berthing plan.\n\nvar total = 0;\nvar summaryMsg = [];\nvar sodaCentenaryInfo="";\nthis.statusA=[];\nvar errors = [];\n//Constants\nvar fillToCartURL='https://www.lryc.ie/cart/?fill_cart=';\nfunction calculateTotal() {\n   this.summaryMsg = [];\n   thereAreValidationErrors()\n   if (this.errors.length > 0) {\n      printErrors();\n      return;\n   }\n   disableButton();\n}\nfunction goToCart() {\n   window.location.href = 'www.lryc.ie/cart';\n}\nfunction getEntryProductSingleFleet(){\n   var today = new Date();\n   var dd = today.getDate();\n   var mm = today.getMonth()+1; //January is 0!\n   \n   if (mm === 7 && dd > 18) {\n      return '1657';\n   } else if (mm > 7) {\n      return '1657';\n   }\n   return '1656'\n}\nfunction thereAreValidationErrors(){\n   this.errors = [];\n   var helm = document.getElementsByName("helm");\n   var boatNo = document.getElementsByName("boatNo");\n   var member = document.getElementsByName("member");\n   var memberName = document.getElementsByName("memberName");\n   if (helm[0].value.length > 0 && boatNo[0].value.length == 0) {\n      this.errors.push("Please enter a boat number")\n   }  \n   if (helm[0].value.length == 0 && boatNo[0].value.length > 0) {\n      this.errors.push("Please enter a helm")\n   }      \n   if (member[0].value.length > 0 && memberName[0].value.length == 0) {\n      this.errors.push("Please state who the soda membership is for")\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 createCartButton(){ \n   this.cartHref += "\″ onclick=\"disableButton()\" id=\"goToCheckout\">Add to Cart"\n   var summary = document.getElementById("addToCart").innerHTML = this.cartHref;    \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   printStatus("Clearing Cart");\n   goToCheckout.style.background = "#909090"\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        getTotalBoatEntryFees();\n     };\n     xhr.send();\n}\nfunction getTotalBoatEntryFees(){\n  var helm = document.getElementsByName("helm");\n  var boatNo = document.getElementsByName("boatNo");\n  if (boatNo[0].value === ""){\n     getTotalOtherFees();\n  } else {\n  printStatus("Entering Boat");\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  };\nxhr.send('boatNumber='+boatNo[0].value+'&helm='+helm[0].value+'&quantity=1&add-to-cart=9031');\n }\n} \nfunction getTotalOtherFees(){\n    var member = document.getElementsByName("member")[0].value;\n    var helm = document.getElementsByName("helm");\n    var boatNo = document.getElementsByName("boatNo");\n    var wineport = document.getElementsByName("wineport")[0].value;\n    var wineportJunior = document.getElementsByName("wineportJunior")[0].value;\n    var sat = document.getElementsByName("sat")[0].value;\n    if (member === "1493") {\n       if(fillToCartURL.slice(-1) !== '=') {\n          this.fillToCartURL+='\,1x1493';\n       } else {\n          this.fillToCartURL+='1x1493';\n       }\n    }\n    if (member === "1495") {\n       if(fillToCartURL.slice(-1) !== '=') {\n          this.fillToCartURL+='\,1x1495';\n       } else {\n          this.fillToCartURL+='1x1495';\n       }\n    }\n    if (wineport > 0) {\n        if (wineport > 3 && (helm[0].value.length > 0 || boatNo[0].value.length > 0)){\n            if(fillToCartURL.slice(-1) !== '=') {\n                this.fillToCartURL+='\,3x8999';\n            } else {\n                this.fillToCartURL+='3x8999';\n            }\n            if(fillToCartURL.slice(-1) !== '=') {\n                this.fillToCartURL+='\,'+(wineport-3)+'x9000';\n            } else {\n                this.fillToCartURL+=(wineport-3)+'x9000';\n            }\n        } else if (helm[0].value.length > 0 || boatNo[0].value.length > 0){\n            if(fillToCartURL.slice(-1) !== '=') {\n                this.fillToCartURL+='\,'+wineport+'x8999';\n            } else {\n                this.fillToCartURL+=wineport+'x8999';\n            }\n        } else {\n            if(fillToCartURL.slice(-1) !== '=') {\n                this.fillToCartURL+='\,'+wineport+'x9000';\n            } else {\n                this.fillToCartURL+=wineport+'x9000';\n            }\n        }\n    }\n    if (wineportJunior > 0) {\n       if(fillToCartURL.slice(-1) !== '=') {\n          this.fillToCartURL+='\,'+wineportJunior+'x9241';\n       } else {\n          this.fillToCartURL+=wineportJunior+'x9241';\n       }\n    }\n    if (sat > 0) {\n       if(fillToCartURL.slice(-1) !== '=') {\n          this.fillToCartURL+='\,'+sat+'x9037';\n       } else {\n          this.fillToCartURL+=sat+'x9037';\n       }\n    }\n    finalDetails();\n}\nfunction finalDetails() {\n  var member = document.getElementsByName("member");\n  var memberName = document.getElementsByName("memberName");\n  var berthing = document.getElementsByName("paragraph_berthing")\n  var additionalInfo = document.getElementsByName("paragraph_text")\n  if (member[0].value.length > 0 && memberName[0].value.length > 0) {\n     sodaCentenaryInfo='Soda Membership for '+memberName[0].value;\n  }  \n  if (berthing[0].value.length > 0) {\n     sodaCentenaryInfo+=' Berthing Info : '+berthing[0].value;\n  } \n  if (additionalInfo[0].value.length > 0) {\n     sodaCentenaryInfo+=' Additional Info : '+additionalInfo[0].value;\n  }\n  if (sodaCentenaryInfo.length > 0){ \nvar 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    fillCheckout();\n  };\nxhr.send('AdditionalInfo='+sodaCentenaryInfo+'&add-to-cart=9112');\n } else{\n    fillCheckout();\n }\n}\nfunction fillCheckout() {\n   printStatus("Going to Cart with anything else");\n   window.location.href = fillToCartURL;\n}\nfunction createSummary(){\n   this.total = 0; \n    this.summaryMsg = [];\n    var fleet = document.getElementsByName("helm")[0].value;\n    var boatNo = document.getElementsByName("boatNo")[0].value;\n    var entry=51.50;\n    if (fleet.length > 0) {\n        this.total += 51.50;\n        this.summaryMsg.push("Centenary Entry = €51.50");\n    }\n    var member = document.getElementsByName("member")[0].value;\n    var entry=51.50;\n    if (member.length > 0) {\n        if (member === "1493"){\n           this.total += 50;\n           this.summaryMsg.push("Soda Full Membership = €50");\n        } else {\n           this.total += 25;\n           this.summaryMsg.push("Soda Associate Membership = €25");          \n        }\n    }\n    var kidsMeal= document.getElementsByName("wineport");\n    var kidsMealInt = parseInt(kidsMeal[0].value); \n    if (kidsMealInt > 0) {\n        if (kidsMealInt > 3 && (fleet.length > 0 || boatNo.length > 0)){\n            this.total += (3*10 );\n            this.summaryMsg.push(3 + " x Wineport Competitor Lunch = €" + 10*3  );\n            this.total += ((kidsMealInt-3)*25 );\n            this.summaryMsg.push((kidsMealInt-3) + " x Wineport Lunch = €" + 25*(kidsMealInt-3)  );\n        } else if (fleet.length > 0 || boatNo.length > 0){\n           this.total += (kidsMealInt*10 );\n           this.summaryMsg.push(kidsMealInt + " x Wineport Competitor Lunch = €" + 10*kidsMealInt  );\n        } else {\n            this.total += ((kidsMealInt)*25 );\n            this.summaryMsg.push((kidsMealInt) + " x Wineport Lunch = €" + 25*(kidsMealInt)  );\n        }\n    }\n    var wineportJunior= document.getElementsByName("wineportJunior");\n    var winportJuniorInt = parseInt(wineportJunior[0].value); \n    if (winportJuniorInt > 0) {\n        this.total += (winportJuniorInt*10);\n        this.summaryMsg.push(winportJuniorInt + " x Wineport Junior Lunch = €" + 10*winportJuniorInt  );\n    }\n    var adultsMeal= document.getElementsByName("sat");\n    var adultsMealInt = parseInt(adultsMeal[0].value); \n    if (adultsMealInt > 0) {\n        this.total += (adultsMealInt*28);\n        this.summaryMsg.push(adultsMealInt + " x Saturday Centenary Dinner = €" + 28*adultsMealInt  );\n    }\n    var summary = document.getElementById("entrySummary");\n    summary.innerHTML = "";\n    for (i = 0; i < summaryMsg.length; i++) {\n        summary.innerHTML += (summaryMsg[i] + "");\n    }\n   document.getElementById("Total").innerHTML = "€ "+ this.total; \n   document.getElementById("regattaFormTotal").style.display= "block";\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}\n\n\n\n\n\n1Boat to Enter €51.50 (if entering a boat)\nHelm\n\n\nSail No\n\n\n\n\n\n2Soda Membership\n\nIf you require SODA Class Membership 2022 please select below\n\nMembership TypeFull Member €50Associate Member €25\nIf you have selected a membership for whom does it apply?\n\n\n\n\n\n\n3Meals\nAll meal options are now closed unfortunately\, if you wish to be added to the wait list please comment below. \n\nWineport Adult Lunch (€10 for 3 per boat entry then €25 thereafter)\n\n\nNumber of meals\n1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n\n\nWineport Junior Lunch €10\n\n\nNumber of meals\n1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n\n\n\nSods Centenary Dinner SOLD OUT\n\n\n\nNumber of meals\n1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n\n\n\n\n4Berthing Plan\n\nPlease outline below if you wish to be included in the berthing plan with your details. \n \n\n\n\n5Additional Requests\n\nIf you have any additional requests\, please enter here and we will endeavour\, at the regatta committee's absolute discretion\, to fulfill the request if practical/possible. \n \n\n\n\n6 Summary\nPlease check that all items needed have been selected correctly. For more information contact sailing@lryc.ie\n\n€ 0\n\n\n \n\n\n
URL:https://www.lryc.ie/event/shannon-one-design-centenary/
ATTACH;FMTTYPE=image/png:https://www.lryc.ie/wp-content/uploads/2022/02/image-1.png
END:VEVENT
END:VCALENDAR