Get started with fullcalendar CDN
MIT licensed
FullCalendar is a popular open-source library for displaying and managing calendar events.
Tags:- calendar
- event
- full-sized
- jquery-plugin
Stable version
Copied!
How to start using fullcalendar CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with fullcalendar CDN - cdnhub.io</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/main.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/main.min.js"></script>
</head>
<body>
<div id="calendar"></div>
<script>
document.addEventListener('DOMContentLoaded', function() {
const calendarEl = document.getElementById('calendar');
const calendar = new FullCalendar.Calendar(calendarEl, {
initialView: 'dayGridMonth',
selectable: true,
editable: true,
events: [
{ title: 'All-day event', start: '2022-01-01' },
{ title: 'Long event', start: '2022-01-07', end: '2022-01-10' },
{ title: 'Repeating event', start: '2022-01-09T16:00:00' },
{ title: 'Time event', start: '2022-01-11T10:30:00', end: '2022-01-11T12:30:00' },
],
});
calendar.render();
});
</script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
All versions
1.6.0
1.6.1
1.6.2
1.6.3
1.6.4
2.0.0
2.0.1
2.0.2
2.0.3
2.1.0
2.1.0-beta1
2.1.0-beta2
2.1.0-beta3
2.1.1
2.2.0
2.2.1
2.2.2
2.2.3
2.2.4
2.2.5
2.2.6
2.2.7
2.3.0
2.3.1
2.3.2
2.4.0
2.5.0
2.5.0-beta
2.5.0-beta2
2.6.0
2.6.1
2.7.0
2.7.0-beta
2.7.1
2.7.2
2.7.3
2.8.0
2.9.0
2.9.1
3.0.0
3.0.0-beta
3.0.1
3.1.0
3.10.0
3.10.1
3.10.2
3.2.0
3.3.0
3.3.1
3.4.0
3.5.0
3.5.1
3.6.0
3.6.1
3.6.2
3.7.0
3.8.0
3.8.1
3.8.2
3.9.0
4.0.0-alpha
4.0.0-alpha.2
4.0.0-alpha.3
4.0.0-alpha.4
4.0.0-beta.2
4.0.0-beta.3
4.0.0-beta.4
4.0.1
4.0.2
4.1.0
4.2.0
5.10.0
5.10.1
5.10.2
5.11.0
5.11.2
5.11.3
5.11.4
5.11.5
5.3.0
5.3.1
5.3.2
5.4.0
5.5.0
5.5.1
5.6.0
5.7.0
5.7.1
5.7.2
5.8.0
5.9.0
6.0.0
6.0.0-beta.1
6.0.0-beta.2
6.0.0-beta.3
6.0.0-beta.4
6.0.1
6.0.2
6.0.3
6.1.0
6.1.1
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
*** 6.1.15
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9