Implemented Fullcalendar

This commit is contained in:
2023-12-02 17:06:39 +01:00
parent 45da05c9a4
commit f63bda171f
25 changed files with 213 additions and 20179 deletions

View File

@@ -1,28 +0,0 @@
<script setup>
/*import '@bryntum/scheduler'
import { BryntumScheduler } from '@bryntum/scheduler-vue-3'
import '@bryntum/scheduler/scheduler.material.css'
const config = reactive({
startDate: new Date(2024,0,1,6),
endDate: new Date(2024,0,1,20),
viewPreset: "hourAndDay",
rowHeight: 50,
columns: [{text: "Name", field: "name", width: 130}]
})*/
</script>
<template>
<div>
<!-- <bryntum-scheduler
:width="800"
:height="600"
start-date="2023-04-16"
end-date="2023-05-15"
></bryntum-scheduler>-->
</div>
</template>
<style scoped>
</style>