Calendar
Vue Bootstrap 5 Calendar plugin
MDB calendar is a plugin that allows you to efficiently manage tasks. Thanks to this extension you will be able to easily create new events, manage current events, move existing events between other days, and store all data in an easily readable array.
Responsive Calendar plugin built with the latest Bootstrap 5 and Vue 3. Various customization options like default view, event formats, customizable captions, and much more.
Note: Read the API tab to find all available options and advanced customization
Basic example
A few predefined events allowing you to see how the plugin looks like.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
23 | 24 | 25 | 26 | 27 | 28 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 Angular Meetup | 27 | 28 | 29 JS Conference |
30 Angular Meetup Vue Meetup Meeting | 31 Call | 1 | 2 | 3 React Meetup | 4 | 5 |
Event formats
Calendar events can be added with time in two different formats - 12h or 24h. Optionally, you can also use external time libraries like moment or dayjs.
Monday first
Set the mondayFirst
property to true so that Monday is
the first day of the week.
Mon | Tue | Wed | Thu | Fri | Sat | Sun |
---|---|---|---|---|---|---|
24 | 25 | 26 | 27 | 28 | 1 | 2 |
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 Angular Meetup | 27 | 28 | 29 JS Conference | 30 Vue Meetup Meeting |
31 Angular Meetup Vue Meetup Call | 1 | 2 | 3 React Meetup | 4 | 5 | 6 |
Default view
Set the defaultView
property to week
or
list
to change the start view. By default, it is a
month
.
Sun 23 | Mon 24 | Tue 25 | Wed 26 | Thu 27 | Fri 28 | Sat 29 | |
---|---|---|---|---|---|---|---|
Angular Meetup | JS Conference | ||||||
1:00 | |||||||
2:00 | |||||||
3:00 | |||||||
4:00 | |||||||
5:00 | |||||||
6:00 | |||||||
7:00 | |||||||
8:00 | |||||||
9:00 | |||||||
10:00 | |||||||
11:00 | |||||||
12:00 | |||||||
13:00 | |||||||
14:00 | |||||||
15:00 | |||||||
16:00 | |||||||
17:00 | |||||||
18:00 | |||||||
19:00 | |||||||
20:00 | |||||||
21:00 | |||||||
22:00 | |||||||
23:00 |
Twelve hour
By adding the twelveHour
property, you get a 12-hour
schedule.
Sun 23 | Mon 24 | Tue 25 | Wed 26 | Thu 27 | Fri 28 | Sat 29 | |
---|---|---|---|---|---|---|---|
1:00 am | |||||||
2:00 am | |||||||
3:00 am | |||||||
4:00 am | |||||||
5:00 am | |||||||
6:00 am | |||||||
7:00 am | |||||||
8:00 am | |||||||
9:00 am | |||||||
10:00 am | |||||||
11:00 am | |||||||
12:00 pm | |||||||
1:00 pm | |||||||
2:00 pm | |||||||
3:00 pm | |||||||
4:00 pm | |||||||
5:00 pm | |||||||
6:00 pm | |||||||
7:00 pm | |||||||
8:00 pm | |||||||
9:00 pm | |||||||
10:00 pm | |||||||
11:00 pm |
Sun 23 | Mon 24 | Tue 25 | Wed 26 | Thu 27 | Fri 28 | Sat 29 | |
---|---|---|---|---|---|---|---|
Angular Meetup | JS Conference | ||||||
1:00 am | |||||||
2:00 am | |||||||
3:00 am | |||||||
4:00 am | |||||||
5:00 am | |||||||
6:00 am | |||||||
7:00 am | |||||||
8:00 am | |||||||
9:00 am | |||||||
10:00 am | |||||||
11:00 am | |||||||
12:00 pm | |||||||
1:00 pm | |||||||
2:00 pm | |||||||
3:00 pm | |||||||
4:00 pm | |||||||
5:00 pm | |||||||
6:00 pm | |||||||
7:00 pm | |||||||
8:00 pm | |||||||
9:00 pm | |||||||
10:00 pm | |||||||
11:00 pm |
Customize captions
You can customize all captions very easily using data attributes. Detailed options are described in the API tab.
Nd | Pon | Wt | Śr | Czw | Pt | Sb |
---|---|---|---|---|---|---|
23 | 24 | 25 | 26 | 27 | 28 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 Angular Meetup | 27 | 28 | 29 JS Conference |
30 Angular Meetup Vue Meetup Meeting | 31 Call | 1 | 2 | 3 React Meetup | 4 | 5 |
Default date
A starting day can be easily set using the
defaultDate
property.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 | 1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 | 9 | 10 | 11 |
Readonly
The editable mode can be easily disabled using the
readonly
property.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
23 | 24 | 25 | 26 | 27 | 28 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 Angular Meetup | 27 | 28 | 29 JS Conference |
30 Angular Meetup Vue Meetup Meeting | 31 Call | 1 | 2 | 3 React Meetup | 4 | 5 |
Readonly events
The editable mode for any event can be easily disabled by adding
readonly
attribute in the event's dataset.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
23 | 24 | 25 | 26 | 27 | 28 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 1 | 2 | 3 | 4 | 5 |
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
23 | 24 | 25 | 26 | 27 | 28 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 Readonly event | 27 | 28 | 29 Readonly event |
30 Readonly event Vue Meetup Meeting | 31 Readonly event | 1 | 2 | 3 React Meetup | 4 | 5 |
Disabled modules
Some of the modules can be disabled via props. Here's an example without tooltips and some toolbar action elements:
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
23 | 24 | 25 | 26 | 27 | 28 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 Angular Meetup | 27 | 28 | 29 JS Conference |
30 Angular Meetup Vue Meetup Meeting | 31 Call | 1 | 2 | 3 React Meetup | 4 | 5 |
Blur
Past events can be blurred with the blur
prop.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
23 | 24 | 25 | 26 | 27 | 28 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 Angular Meetup | 27 | 28 | 29 JS Conference |
30 Angular Meetup Vue Meetup Meeting | 31 Call | 1 | 2 | 3 React Meetup | 4 | 5 |
Custom attributes
You can add your own attributes to existing and new events. Below is an example
with the id
attribute.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
23 | 24 | 25 | 26 | 27 | 28 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 | 1 | 2 | 3 | 4 | 5 |
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
23 | 24 | 25 | 26 | 27 | 28 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 Angular Meetup | 27 | 28 | 29 JS Conference |
30 Angular Meetup Vue Meetup Meeting | 31 Call | 1 | 2 | 3 React Meetup | 4 | 5 |
Calendar - API
Import
Properties
Property | Type | Default | Description |
---|---|---|---|
weekdays
|
Array | ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'] |
Defines weekdays displayed names. |
months
|
Array |
['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
|
Defines months displayed names. |
monthsShort
|
Array | ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] |
Defines shortened months displayed names. |
mondayFirst
|
Boolean | false |
Changes first day of week to monday. |
defaultView
|
String | 'month' |
Defines default view. |
twelveHour
|
Boolean | false |
Changes time mode from 24h to 12h. |
defaultDate
|
Object / String | dayjs() |
Defines the default starting date. |
readonly
|
Boolean | false |
Disables event's edition. |
todayCaption
|
String | 'today' |
Defines caption for today. |
monthCaption
|
String | 'month' |
Defines caption for month button. |
weekCaption
|
String | 'week' |
Defines caption for week button. |
listCaption
|
String | 'list' |
Defines caption for list button. |
allDayCaption
|
String | 'All day event' |
Defines caption for all day event checkbox. |
noEventsCaption
|
String | No events |
Defines caption for empty list view. |
summaryCaption
|
String | Summary |
Defines caption for summary input label. |
descriptionCaption
|
String | Description |
Defines caption for description input label. |
startCaption
|
String | Start |
Defines caption for start input label. |
endCaption
|
String | End |
Defines caption for end input label. |
addCaption
|
String | Add |
Defines caption for add event button. |
deleteCaption
|
String | Remove |
Defines caption for remove event button. |
saveCaption
|
String | Save |
Defines caption for save event button. |
closeCaption
|
String | Close |
Defines caption for close button. |
addEventModalCaption
|
String | Add an event |
Defines caption for add event modal title. |
editEventModalCaption
|
String | Edit an event |
Defines caption for edit event modal title. |
events
|
Array of Objects | [] |
Defines calendar events. |
tag
|
String | "div" |
Defines component tag |
addEventCaption
|
String | Add event |
Defines caption for add event button. |
todayBtn
|
Boolean | true |
Enables today button. |
listOption
|
Boolean | true |
Enables list option in select. |
weekOption
|
Boolean | true |
Enables week option in select. |
monthOption
|
Boolean | true |
Enables month option in select. |
disableTooltip
|
Boolean | false |
Disables tooltip. |
blur
|
Boolean | false |
Enables blur for past events. |
navigation
|
Boolean | true |
Enables navigation. |
viewSelect
|
Boolean | true |
Enables viewSelect. |
addEventButton
|
Boolean | true |
Enables add event button. |
newEventAtrributes
|
Function | (event) => event |
Modifies new events attributes. |
timepickerConfig
|
Object | {} |
Allows to provide options for timepicker component |
datepickerConfig
|
Object | {} |
Allows to provide options for datepicker component |
dateFormat
|
String | 'DD/MM/YYYY' |
Allows to change the date format used in the calendar component |
Methods
Name | Description |
---|---|
prev |
Changes the period of time to previous. |
next |
Changes the period of time to next. |
today |
Changes the period of time to today. |
changeView
|
Changes the view. |
addEvents
|
Adds new events to the calendar. It receives 2 attributes - events and replace . The second one is by default set to false . If you decide to set it to true it will replace all the events instead of adding them. |
removeEvents
|
Removes all events from the calendar. |
Events
Name | Description |
---|---|
prev
|
Emitted when the prev method triggers. |
next
|
Emitted when the next method triggers. |
today
|
Emitted when the today method triggers. |
viewChange
|
Emitted when the changeView method triggers. |
addEvent
|
Emitted when a new event is added. Returns a new event object. |
editEvent
|
Emitted when any event is editted. Returns an editted event object. |
deleteEvent
|
Emitted when any event is deleted. Returns a deleted event object. |