Skip to main content

Eventcalendar

The Eventcalendar component supports four highly configurable views: a Calendar view, a Scheduler with time grid, a Timeline and an Agenda view.

Usage

The following example will create an Eventcalendar with the default options.

import { Eventcalendar } from "@mobiscroll/react";
import '@mobiscroll/react/dist/css/mobiscroll.min.css';

function App() {
return <>
<Eventcalendar />
</>
}

For many more examples - simple and complex use-cases - check out the Eventcalendar demos.