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.
<mbsc-eventcalendar></mbsc-eventcalendar>
import { Component } from '@angular/core';
import { MbscModule } from '@mobiscroll/angular';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
standalone: true,
imports: [MbscModule],
})
export class AppComponent {}
For many more examples - simple and complex use-cases - check out the Eventcalendar demos.