Full-sized drag & drop event calendar in JavaScript
Installations
npm install @fullcalendar/core
Developer
Developer Guide
Module System
ESM
Min. Node Version
Typescript Support
Yes
Node Version
20.14.0
NPM Version
10.7.0
Statistics
18,690 Stars
6,449 Commits
3,618 Forks
432 Watching
4 Branches
132 Contributors
Updated on 28 Nov 2024
Languages
TypeScript (84.06%)
HTML (12.61%)
CSS (2.04%)
JavaScript (0.97%)
PHP (0.3%)
Smarty (0.02%)
Total Downloads
Cumulative downloads
Total Downloads
86,728,339
Last day
-14.1%
116,246
Compared to previous day
Last week
-2%
685,554
Compared to previous week
Last month
-0.7%
2,974,767
Compared to previous month
Last year
43.3%
31,320,468
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
FullCalendar
Full-sized drag & drop calendar in JavaScript
Connectors:
Bundle
The FullCalendar Standard Bundle is easier to install than individual plugins, though filesize will be larger. It works well with a CDN.
Installation
Install the FullCalendar core package and any plugins you plan to use:
1npm install @fullcalendar/core @fullcalendar/interaction @fullcalendar/daygrid
Usage
Instantiate a Calendar with plugins and options:
1import { Calendar } from '@fullcalendar/core' 2import interactionPlugin from '@fullcalendar/interaction' 3import dayGridPlugin from '@fullcalendar/daygrid' 4 5const calendarEl = document.getElementById('calendar') 6const calendar = new Calendar(calendarEl, { 7 plugins: [ 8 interactionPlugin, 9 dayGridPlugin 10 ], 11 initialView: 'timeGridWeek', 12 editable: true, 13 events: [ 14 { title: 'Meeting', start: new Date() } 15 ] 16}) 17 18calendar.render()
Development
You must install this repo with PNPM:
pnpm install
Available scripts (via pnpm run <script>
):
build
- build production-ready dist filesdev
- build & watch development dist filestest
- test headlesslytest:dev
- test interactivelylint
clean
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE.md:0
- Info: FSF or OSI recognized license: MIT License: LICENSE.md:0
Reason
0 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 5
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/ci.yml:1
- Info: no jobLevel write permissions found
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fullcalendar/fullcalendar/ci.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/fullcalendar/fullcalendar/ci.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/fullcalendar/fullcalendar/ci.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/fullcalendar/fullcalendar/ci.yml/main?enable=pin
- Info: 0 out of 3 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 1 third-party GitHubAction dependencies pinned
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
Project has not signed or included provenance with any releases.
Details
- Warn: release artifact v6.1.15 not signed: https://api.github.com/repos/fullcalendar/fullcalendar/releases/165258821
- Warn: release artifact v6.1.14 not signed: https://api.github.com/repos/fullcalendar/fullcalendar/releases/158900609
- Warn: release artifact v6.1.13 not signed: https://api.github.com/repos/fullcalendar/fullcalendar/releases/156912830
- Warn: release artifact v6.1.12 not signed: https://api.github.com/repos/fullcalendar/fullcalendar/releases/156780720
- Warn: release artifact v6.1.11 not signed: https://api.github.com/repos/fullcalendar/fullcalendar/releases/142819196
- Warn: release artifact v6.1.15 does not have provenance: https://api.github.com/repos/fullcalendar/fullcalendar/releases/165258821
- Warn: release artifact v6.1.14 does not have provenance: https://api.github.com/repos/fullcalendar/fullcalendar/releases/158900609
- Warn: release artifact v6.1.13 does not have provenance: https://api.github.com/repos/fullcalendar/fullcalendar/releases/156912830
- Warn: release artifact v6.1.12 does not have provenance: https://api.github.com/repos/fullcalendar/fullcalendar/releases/156780720
- Warn: release artifact v6.1.11 does not have provenance: https://api.github.com/repos/fullcalendar/fullcalendar/releases/142819196
Reason
19 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-qwcr-r2fm-qrc7
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq
- Warn: Project is vulnerable to: GHSA-q9mw-68c2-j6m5
- Warn: Project is vulnerable to: GHSA-jchw-25xp-jwwc
- Warn: Project is vulnerable to: GHSA-cxjh-pqwp-8mfp
- Warn: Project is vulnerable to: GHSA-3xq5-wjfh-ppjc
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-9wv6-86v2-598j
- Warn: Project is vulnerable to: GHSA-566m-qj78-rww5
- Warn: Project is vulnerable to: GHSA-7fh5-64p2-3v2j
- Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-25hc-qcg6-38wj
- Warn: Project is vulnerable to: GHSA-cqmj-92xf-r6r9
- Warn: Project is vulnerable to: GHSA-fhg7-m89q-25r3
- Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q
Score
3
/10
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreOther packages similar to @fullcalendar/core
@rastech-inc/fullcalendar-core
FullCalendar core package for rendering a calendar
@fullcalendar/interaction
Calendar functionality for event drag-n-drop, event resizing, date clicking, and date selecting
@fullcalendar/timegrid
Display events on time slots
@fullcalendar/daygrid
Display events on a month view or "day grid" view