logo Dashpro

logo

    • Projects
    • Ecommerce
    • Analytics
    • Sales
    • HRM
    • CRM
    • Products
    • Product Details
    • Orders
    • Order Details
    • Customers
    • Shopping Cart
    • Checkout
    • Invoice
    • List
    • Detail
    • Kanban
    • Create
    • Profile
    • Services
    • Faq
    • Pricing
    • Contact Us
    • Maintenance
    • 404
    • Starter
    • Register
    • Login
    • Forgot password
    • Confirm email
    • Change password
    • Logout page
  • Landing page
    • Default
    • Top Navbar
    • Accordion
    • Alerts
    • Avatar
    • Badge
    • Breadcrumb
    • Buttons
    • Card
    • Carousel
    • Collapse
    • Dropdowns
    • Grid
    • List Group
    • Modal
    • Navbar
    • Offcanvas
    • Pagination
    • Progress
    • Scrollbar
    • Spinners
    • Tabs
    • Tooltips
    • Basic Form
    • Datepicker
    • Editor
    • Input tags
    • Uplader
    • Validation
    • Typography
    • Tables
    • Embed video
    • Icons
  • Widgets
  • Calendar
  • Charts
  • Documentation
    • Get started
    • Customize
    • RTL Direction
    • Credits
    • Changelog
Upgrade

Unlock more features and premium content with the Pro Version.

Get Pro Version
  • Customizer

    Customizer

    Theme Color

    Neutral Color

    Light & Dark

    Switch RTL

    Refresh Chart Color

  • 2
    Messages
    Roman Davis
    Jenny Femanta
    Do you have time? I want to call you.
    5h ago
    Sarah Connor
    Sarah Connor
    Let's meet up tomorrow at 3 PM.
    2h ago
    John Wick
    John Wick
    Can you send me the report?
    10m ago
    John Clark
    John Clark
    I have completed the task you asked for.
    1d ago
    Michael Scott
    Michael Scott
    We need to discuss the upcoming project.
    30m ago
    Show all Messages
  • 1
    Notifications
    New message received
    You have a new message from Jane Doe
    2h ago
    Server Down Alert
    Server XYZ has been down for 30 minutes
    3h ago
    Team Meeting Scheduled
    Team meeting scheduled for 2:00 PM
    4h ago
    Reminder: Task Due
    Your task "Finish report" is due tomorrow
    6h ago
    Show all Notifications
  • avatar
    Ari Budin
    • Settings
    • Help Center
    • Languages
    • Sign out

Calendar

  1. Home
  2. Apps
  3. Calendar
Create Schedule
to

Schedule Calendar

November 2025

Sun
Mon
Tue
Wed
Thu
Fri
Sat
26
27
28
29
30
31
1
All Day Event
2
3
Long Event
4
5
6
7
8
9
4p
Repeating Event
10
11
12
10:30a
Meeting
12p
Lunch
2:30p
Meeting
13
14
15
16
4p
Repeating Event
17
18
19
20
7a
Birthday Party
21
22
23
24
25
26
27
28
Evant with link
29
30
1
2
3
4
5
6

For the event calendar we use the fullcalendar plugin, this is a popular plugin for creating event schedules.

How to install ?

<script src="vendors/@fullcalendar/index.global.min.js"></script>

<!-- Calendar Event -->
<script>
const fullcalendars = document.getElementById('calendar');
if ( fullcalendars != null) {
  document.addEventListener('DOMContentLoaded', function() {
    var calendarEl = document.getElementById('calendar');
    var date = new Date();
    var dates = date.getFullYear().toString() + '-' + (date.getMonth() + 1).toString().padStart(2, 0) + '-' + date.getDate().toString().padStart(2, 0);
    var calendar = new FullCalendar.Calendar(calendarEl, {
      initialView: 'dayGridMonth',
      initialDate: dates,
      headerToolbar: {
        left: 'prev,next today',
        center: 'title',
        right: 'dayGridMonth,timeGridWeek,timeGridDay'
      },
      events: [
        {
          title: 'All Day Event',
          start: '2021-10-01'
        },
        {
          title: 'Long Event',
          start: '2021-10-03',
          end: '2021-10-06'
        },
        {
          groupId: '999',
          title: 'Repeating Event',
          start: '2021-10-09T16:00:00'
        },
        {
          groupId: '999',
          title: 'Repeating Event',
          start: '2021-10-16T16:00:00'
        },
        {
          title: 'Conference',
          start: '11',
          end: '2021-10-13'
        },
        {
          title: 'Meeting',
          start: '2021-10-12T10:30:00',
          end: '2021-10-12T12:30:00'
        },
        {
          title: 'Lunch',
          start: '2021-10-12T12:00:00'
        },
        {
          title: 'Meeting',
          start: '2021-10-12T14:30:00'
        },
        {
          title: 'Birthday Party',
          start: '2021-10-20T07:00:00'
        },
        {
          title: 'Evant with link',
          url: 'http://google.com/',
          start: '2021-10-28'
        }
      ]
    });
    calendar.render();

  });
}
</script>
Copy

Demo config available in src/js/vendor.js function myCalendar();

Html code

<div id="calendar"></div>
Copy

For more documentation please check in here https://github.com/fullcalendar/fullcalendar.

  • Support
  • Help Center
  • Privacy
  • Terms of Service

Dashpro | All right reserved