Eventcalendar
The Eventcalendar component supports four highly configurable views: a Calendar view, a Sheduler with time grid, a Timeline and an Agenda view.
Usage
The following example will create an Eventcalendar with the default options.
<script setup>
import { MbscEventcalendar } from "@mobiscroll/vue";
import '@mobiscroll/vue/dist/css/mobiscroll.min.css';
</script>
<template>
<MbscEventcalendar />
</template>
For many more examples - simple and complex use-cases - check out the Eventcalendar demos.