Simple Vue Calendar

Open Source Code Projects

A really simple event-driven Vue 2 calendar component.

This was built using the jQuery Calendar version and shares the same calendar styles for Vue.js 2

You can view this project on Ben's GitHub account: https://github.com/benhall14/simple-vue-calendar

Language: Vue.js

Simple Vue Calendar

A simple, lightweight, event-driven calendar component for Vue 2. This plugin will allow you to generate calendars with 8 responsive color schemes to choose from or add your own stylesheet.

Based on my jQuery calendar plugin found here: https://github.com/benhall14/jquery-calendar.

Installation

To install the Vue component globally, use:

npm install --save simple-vue-calendar

This will add the simple-vue-calendar component to your project.

import SimpleVueCalendar from 'simple-vue-calendar'

Vue.use(SimpleVueCalendar)

You can also add the component locally using something like:

// NewComponent.vue
<template>
...
<simple-vue-calendar></simple-vue-calendar>
...
</template>

<script>
...
import { SimpleVueCalendar } from 'simple-vue-calendar'
export default {
    components: {
        SimpleVueCalendar
    },
}
...
</script>

CSS

You can import the 8 responsive color schemes by using the following:

import 'simple-vue-calendar/dist/simple-vue-calendar.css'

The default CSS references the 'Oxygen' font on Google Fonts. You can use this too, by adding the following to your projects HTML head:

<link href="https://fonts.googleapis.com/css?family=Oxygen:400,700" rel="stylesheet">

Basic Usage

In its most simplest form, you can create a calendar component using the following:

<simple-vue-calendar date="2019/10/31"></simple-vue-calendar>

This will render a calendar for October 2019. You can swap out the date, or use somthing like:

<simple-vue-calendar :date="date"></simple-vue-calendar>
<script>
...
    data() {
        return {
            date: new Date(),
    	}
	}
...
</script>

This way, you can update your date data at any time, and the calendar will react to the change and re-render the calendar for the new date.

Calendar Events

You can mark or mask off dates on the calendar by simply passing an array of event data points, in the following format:

<simple-vue-calendar :date="date" :events="events"></simple-vue-calendar>
<script>
...
    data() {
        return {
            date: new Date(),
            events: [
                {
                    start: '2019/10/31',
                    end: '2019/10/31',
                    summary: "Halloween",
                    mask: true
                },
                {
                    start: '2019/11/05',
                    end: '2019/11/20',
                    summary: "Example Event #2",
                    mask: true
                },
                {
                    start: '2019/10/02',
                    end: '2019/10/07',
                    summary: "Example Event #3",
                    mask: true
                }
            ]
    }
}
...
</script>

Emitted Events

When the date of the calendar changes, such as clicking previous/next months, the calendarchange event is emitted for you to listen for and attach any custom functionality.

<simple-vue-calendar :date="date" @dateChange="handleDateChange"></simple-vue-calendar>
...
<script>
...
	data() {
		date: '2019/10/31',
	},
	methods: {
		handleDateChange(event) {
			// add your custom logic here
		},
	}
...
</script>

Options

I've added a few customizable options too, which you can override by passing the following props:

table_class

Any additional classes that you would like to add to the main calendar table.

show_links

Either "true" or "false". Passing "false" will remove the links for the previous/next months and fix the calendar in the current month.

months

An array of month names. Default: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],

days

An array of day names. Default: [['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],

daysMin

An array of short day names. Default: ['SUN', 'MON', 'TUE', 'WED', 'THU', 'FRI', 'SAT'],

daysLetter

An array of day letters. Default: ['S', 'M', 'T', 'W', 'T', 'F', 'S'],

color

If you're using the included CSS stylesheet, you can use any of the following to change the color scheme of the calendar: purple, pink, orange, yellow, green, grey, blue. By default, the turquoise color will be selected.

You can demo the different color schemes at https://conobe.co.uk/code/simple-vue-calendar

Requirements

This component is built to be used with Vue 2.

License

Copyright (c) Benjamin Hall, ben@conobe.co.uk https://conobe.co.uk

Licensed under the MIT license

Donate?

If you find this project helpful or useful in any way, please consider getting me a cup of coffee - It's really appreciated :)

Donate

Excellent working with Ben. he went above and beyond to help us out and was super responsive. Would highly recommend him!
Joe W
Absolutely amazing experience. Ben is an expert in this field, I was amazed at how quickly he jumped on our platform and decoded the code, db etc. He will go over and above to find solutions for clients. Highly recommended.
Harrus A.
Our new helpdesk portal has completely transformed our customer support workflow. Ben built a streamlined system that allows clients to submit tickets, track progress in real-time, and access a self-service knowledge base. This has significantly reduced our 'time-to-resolution' and cut down on repetitive email chains. It’s professional, scalable, and exactly what we needed to level up our service.
Nathaniel R.
Absolutely superb, a great work ethic, outstanding knowledge and a great eye for detail. I thoroughly recommend him!
Gary J.
We approached Ben to build a bespoke local intranet HR portal with a complex set of requirements—from leave management and holiday requests to internal job boards and even a uniform request system. Not only did he deliver on every front, including in-app messaging and training modules, but he also went above and beyond our original scope. The system has completely transformed how we handle onboarding and benefits.
Dominic S.
Ben had a great idea for my project and completed the project to our requirements very quickly. He also helped me tweak a few issues and answered my questions quickly. We'll work with Ben again!
Gordon S.
Benjamin is a talented developer who can tackle technically challenging projects with great service and communication. Thoroughly recommended.
Steven M.
EXCELLENT AS ALWAYS! I've been working with Ben for a long time now and he is the best programmer. Always efficient and excellent work. Thank you Ben!
Lauren D
Ben did an amazing job building an animation for us and a wordpress plugin. Thank you so much for e fast service and great comms Ben!
Effie M
Ben built us a fantastic estate agent brochure site that is both beautiful and functional. He integrated a seamless property search feature and intuitive inquiry forms that have significantly increased our lead volume. The backend is easy for us to update with new listings, and the site's speed is impressive. Ben really understands the balance between aesthetic appeal and conversion-driven design.
Sebastian J.
Ben is just great to work with. Efficient, clearly communicating, understanding very quickly, and also giving great advice. I will continue working with Ben on any other WordPress stuff. Sorry for all those other PPH'ers :-)
Bruno V.
Ben is an amazing developer with an amazing work ethic. Could not recommend enough.
David C
Ben is an amazing developer. He took the project and delivered it on time and within budget, whilst maintaining excellent communication. He also worked beyond what was asked to make sure the project was functioning correctly. Would highly recommend A++++!
David B.
Benjamin is one of the best people that I have worked. Quick, serious and to the point. Highly recommended.
Joseph G
Benjamin, is brilliant at what he does, he really knows what he is at. Gives real useful advice and guidance. He is fast and timely provides updates and always provides solutions and listens well. Trust me Benjamin is a breath of fresh air.
Alexander T.
Fantastic work on our JS script. Ben worked beyond the goals of the project and overcame extra issues that were not defined in the project. He is very quick to respond and patent when waiting for our response. One of our top 5 Developers, We had to deal with many Interfaces including server firewalls/Java-scripting/JSON/PHP/PHP APIs/Remote Databases and automation.
Kevin J.
Extraordinairly creative, timely and skillful work - Ben is always great to work with.
Charlie D
Ben was instrumental in launching my online pottery shop. He built a custom solution that handles unique orders and custom-made items with ease. My online presence has never been stronger, and the ability to manage sales through my own website has been a game-changer for my business growth. Highly recommend his services!
Julian D.
Ben developed a Project Management portal that has become the central hub for our entire team. It has made collaboration effortless—everyone knows exactly what they are responsible for and when it's due. The notification system and progress dashboards keep us all accountable without the need for constant status meetings. Ben didn't just build an app; he built a better way for us to work together.
Benjamin F.
Ben truly went above and beyond. He's fantastic at communication, coding, getting round problems, fixing issues, WordPress, custom plugins and much more. I will be using Ben again for other projects.
Rachael R.
Ben went the extra mile and not only resolved the problem but provided a more suitable solution for the long term. Cheers!
William R.
As a self-employed tutor, I needed a way to streamline student assessments. Ben built a custom app that allows my students to complete quizzes and mock exams directly through my website. The automated notification system is a game-changer! It has made my workflow so much more efficient and has been a huge hit with my students. Ben’s work is top-tier.
Harrison K.
Great communication and quick to solve / answer any issues that came up across the way. Would recommend to everyone.
Charlotte C
I was impressed: a freelancer who could give me inputs and details on how he'd implement the solution, kept me updated in the meanwhile, understood my requirements and proposed pretty nice tweaks to make things even better. Ben, you are amazing. I will need no more time to find any other dev's, and will surely deal with you again if I need something related to these things in the future. Full stop.
Marco F.
Ben successfully integrated a booking portal into our WordPress site, allowing us to take direct bookings for the first time. Since the launch, we’ve seen a boost in leads and a much lighter workload for our front-desk staff. Seamless execution!
Christopher P.

Contact

Get in touch

We are always happy to discuss your project and explore how we can assist you. Please reach out to us using the form.

We would love to hear more about your exciting new venture.

Simply fill in the form to get started, and we'll be in touch soon.

Want to email us direct? No problem - ben@conobe.co.uk.