/*! For license information please see component-fullcalendar.js.LICENSE.txt */ "use strict";document.addEventListener("DOMContentLoaded",(function(){var a=new Date,t=("0"+(a.getMonth()+1)).slice(-2),s=a.getFullYear(),e=("0"+a.getDate()).slice(-2),l=document.getElementById("calendar");new Calendar(l,{plugins:[dayGridPlugin,timeGridPlugin,listPlugin],initialView:"dayGridMonth",height:"auto",headerToolbar:{left:"prev,next today",center:"title",right:"dayGridMonth,timeGridWeek,timeGridDay"},events:[{title:"All Day Event",className:"bg-success-subtle",start:s+"-"+t+"-01",description:"Lecture"},{title:"Long Event",className:"bg-success-subtle",start:s+"-"+t+"-07",end:s+"-"+t+"-10"},{groupId:999,className:"bg-theme-1-space text-white",title:'Paid
16:00 am
High fever and cough
',start:s+"-"+t+"-09T16:00:00"},{groupId:999,title:"Repeating Event",className:"bg-cyan-subtle",start:s+"-"+t+"-16T16:00:00"},{title:'09:00 am - 12:00 pm
Conference
',className:"bg-yellow-subtle",start:s+"-"+t+"-11",end:s+"-"+t+"-13"},{title:"Meeting",className:"bg-orange-subtle",start:s+"-"+t+"-12T10:30:00",end:s+"-"+t+"-10T12:30:00"},{title:"Lunch",className:"bg-purple-subtle",start:s+"-"+t+"-"+e+"T04:00:00"},{title:'10:30 am, 2hr
Meeting
',className:"bg-orange-subtle",start:s+"-"+t+"-"+e+"T10:30:00"},{title:"Happy Hour",className:"bg-green-subtle",start:s+"-"+t+"-"+e+"T12:30:00"},{title:'16:00 am
High fever and cough
',className:"bg-info-subtle",start:s+"-"+t+"-10T20:00:00"},{title:'Unpaid7:00 am
Birthday Celebration
',className:"bg-theme-1-space text-white",start:s+"-"+t+"-"+e+"T07:00:00"},{title:"Click for Google",className:"bg-primary-subtle",url:"http://google.com/",start:s+"-"+t+"-28"}],eventContent:function(a){return{html:a.event.title}}}).render()}));