BEGIN:VCALENDAR
VERSION:2.0
PRODID:demo.lauti.org
METHOD:REQUEST
BEGIN:VEVENT
UID:12457020-5c46-4624-bb8f-d8c8fe4f190f
SUMMARY:Veranstaltung mit Link
DTSTART:20251013T111200Z
URL:https://demo.lauti.org/event/12457020-5c46-4624-bb8f-d8c8fe4f190f
CATEGORIES:test\,test
DESCRIPTION:<script>\n  // Simple confetti generator\n  const colors =
  ['#f94144'\, '#f3722c'\, '#f9c74f'\, '#90be6d'\, '#577590']\;\n  const
  numConfetti = 100\;\n\n  for (let i = 0\; i < numConfetti\; i++) {\n   
  let confetti = document.createElement('div')\;\n   
  confetti.classList.add('confetti')\;\n    confetti.style.backgroundColor
  = colors[Math.floor(Math.random() * colors.length)]\;\n   
  confetti.style.left = Math.random() * window.innerWidth + 'px'\;\n   
  confetti.style.top = -10 + 'px'\;\n    confetti.style.opacity =
  Math.random()\;\n    confetti.style.transform = `rotate(${Math.random() *
  360}deg)`\;\n    confetti.style.animation = `fall ${2 + Math.random() *
  3}s ease-out forwards`\;\n    document.body.appendChild(confetti)\;\n 
  }\n\n  // Animation styles\n  const style =
  document.createElement('style')\;\n  style.innerHTML = `\n    @keyframes
  fall {\n      to {\n        transform: translateY(${window.innerHeight +
  20}px) rotate(720deg)\;\n        opacity: 0\;\n      }\n    }\n  `\;\n 
  document.head.appendChild(style)\;\n</script>
LOCATION:Prisma\, Bad Cannsatt
ORGANIZER:mailto:Grey
END:VEVENT
END:VCALENDAR
