Initial Integration of fullcalendar.io JS library, currently can see listed events

This commit is contained in:
root
2019-05-29 20:05:55 -04:00
parent 4b86947dd7
commit f1ee97670c
103 changed files with 20489 additions and 67 deletions

View File

@@ -34,6 +34,11 @@
<!-- Custom Style Sheet -->
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href='vendor/fullcalendar/core/main.min.css' rel='stylesheet' />
<link href='vendor/fullcalendar/daygrid/main.min.css' rel='stylesheet' />
<link href='vendor/fullcalendar/timegrid/main.min.css' rel='stylesheet' />
<link href='vendor/fullcalendar/list/main.min.css' rel='stylesheet' />
</head>